From 9f56e4918b618eb3e118ef2060955aadbcb7cf63 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 15 Oct 2023 16:28:49 +0200 Subject: dev-python/pymad: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pymad/Manifest | 1 - dev-python/pymad/pymad-0.10-r1.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) delete mode 100644 dev-python/pymad/pymad-0.10-r1.ebuild (limited to 'dev-python/pymad') 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 9993cf00629a..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_{9..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}" -- cgit v1.2.3-65-gdbad