summaryrefslogtreecommitdiff
path: root/dev-python/pymad
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-10-15 18:27:09 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-10-15 18:27:09 +0000
commit10eef8fca3da889e1bf374ddf1bf33f7e63dc87d (patch)
tree835f2e54fc00db128f3235eeb6381949d8751bb2 /dev-python/pymad
parent68d0925dc7dd9bb011e6eaab5000607208fc04a0 (diff)
downloadbaldeagleos-repo-10eef8fca3da889e1bf374ddf1bf33f7e63dc87d.tar.gz
baldeagleos-repo-10eef8fca3da889e1bf374ddf1bf33f7e63dc87d.tar.xz
baldeagleos-repo-10eef8fca3da889e1bf374ddf1bf33f7e63dc87d.zip
Adding metadata
Diffstat (limited to 'dev-python/pymad')
-rw-r--r--dev-python/pymad/Manifest1
-rw-r--r--dev-python/pymad/pymad-0.10-r1.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/pymad/Manifest b/dev-python/pymad/Manifest
index c948fafeeb33..b2a158d8e608 100644
--- a/dev-python/pymad/Manifest
+++ b/dev-python/pymad/Manifest
@@ -1,2 +1 @@
-DIST pymad-0.10.tar.gz 26815 BLAKE2B df694f1fcc7b2c6d0d0aa064b60d061ade2240085867b6a12b3ed63a93cbcac20ac40b3929fbf5b8d9c7b6dbc52883130d02b309ce7690addda6c78813ca2847 SHA512 68a7c93031d174ab50dfa406eec4166be2158d39c4231baee18b7d9c879692376cbf491bcd3e5747e65c496b07a40d1597532551aedcdf05d0fa46f6e185a3d8
DIST pymad-0.11.3.gh.tar.gz 30098 BLAKE2B 70f93283128319b9849fb53bf5c55526da6236596c44eefa2b050d91aaa6593e1f0196cb4f5d9dc88768ebd1bb05a774b035e251bdd7e1d1b5202326324861e3 SHA512 42d323b75dbdfb307e593548f421f2e387ac487bac2e0539bbc479fad23a79eb64404f5fc2d3146e687c0f9fab39dfffd2a2b890b070baf41fdcb06032f90770
diff --git a/dev-python/pymad/pymad-0.10-r1.ebuild b/dev-python/pymad/pymad-0.10-r1.ebuild
deleted file mode 100644
index 1ecd69bf87b4..000000000000
--- a/dev-python/pymad/pymad-0.10-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8,9,10,11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python wrapper for libmad MP3 decoding in python"
-HOMEPAGE="
- https://github.com/jaqx0r/pymad/
- https://pypi.org/project/pymad/
-"
-SRC_URI="
- https://github.com/jaqx0r/${PN}/archive/version/${PV}.tar.gz
- -> ${P}.tar.gz
-"
-S="${WORKDIR}/${PN}-version-${PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
-
-DEPEND="media-libs/libmad"
-RDEPEND="${DEPEND}"