diff --git a/dev-python/simpleaudio/Manifest b/dev-python/simpleaudio/Manifest new file mode 100644 index 0000000..e5472a8 --- /dev/null +++ b/dev-python/simpleaudio/Manifest @@ -0,0 +1 @@ +DIST simpleaudio-1.0.4.tar.gz 10243850 BLAKE2B 9611d4284ee74277b2024a0eb245191c74a8e2cf8432b4b160a026ea0ff9c14451fbbb7bae1659e424e7e13e198dc5f536a0c6336508f329c84f4f3319798e3d SHA512 2607e6bb0883929d86341eb387f33475e2724bb0e56a3be0f675d09ba0a2b9973e53ce2a31e254ddd789095076d117f1311628a109a15f00b75c25f0e9101be0 diff --git a/dev-python/simpleaudio/metadata.xml b/dev-python/simpleaudio/metadata.xml new file mode 100644 index 0000000..8eadb8f --- /dev/null +++ b/dev-python/simpleaudio/metadata.xml @@ -0,0 +1,8 @@ + + + + + parona@protonmail.com + Alfred Wingate + + diff --git a/dev-python/simpleaudio/simpleaudio-1.0.4.ebuild b/dev-python/simpleaudio/simpleaudio-1.0.4.ebuild new file mode 100644 index 0000000..65dc3e1 --- /dev/null +++ b/dev-python/simpleaudio/simpleaudio-1.0.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) +inherit distutils-r1 + +DESCRIPTION="A simple audio playback Python extension" +HOMEPAGE="https://github.com/hamiltron/py-simple-audio" +SRC_URI="https://github.com/hamiltron/py-simple-audio/archive/"${PV}".tar.gz -> "${P}".tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +S=""${WORKDIR}"/py-simple-audio-"${PV}""