dev-python/simpleaudio: add 1.0.4 for mirage
Package-Manager: Portage-3.0.13, Repoman-3.0.2
This commit is contained in:
parent
62b137f98d
commit
d7e207934d
1
dev-python/simpleaudio/Manifest
Normal file
1
dev-python/simpleaudio/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST simpleaudio-1.0.4.tar.gz 10243850 BLAKE2B 9611d4284ee74277b2024a0eb245191c74a8e2cf8432b4b160a026ea0ff9c14451fbbb7bae1659e424e7e13e198dc5f536a0c6336508f329c84f4f3319798e3d SHA512 2607e6bb0883929d86341eb387f33475e2724bb0e56a3be0f675d09ba0a2b9973e53ce2a31e254ddd789095076d117f1311628a109a15f00b75c25f0e9101be0
|
8
dev-python/simpleaudio/metadata.xml
Normal file
8
dev-python/simpleaudio/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email> parona@protonmail.com </email>
|
||||
<name> Alfred Wingate </name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
17
dev-python/simpleaudio/simpleaudio-1.0.4.ebuild
Normal file
17
dev-python/simpleaudio/simpleaudio-1.0.4.ebuild
Normal file
@ -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}""
|
Loading…
Reference in New Issue
Block a user