diff options
Diffstat (limited to 'dev-python/d2to1')
-rw-r--r-- | dev-python/d2to1/Manifest | 1 | ||||
-rw-r--r-- | dev-python/d2to1/d2to1-0.2.12_p1.ebuild | 41 | ||||
-rw-r--r-- | dev-python/d2to1/metadata.xml | 17 |
3 files changed, 0 insertions, 59 deletions
diff --git a/dev-python/d2to1/Manifest b/dev-python/d2to1/Manifest deleted file mode 100644 index af594a0a54e1..000000000000 --- a/dev-python/d2to1/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST d2to1-0.2.12.post1.tar.gz 35973 BLAKE2B 19cc191b18168cdbe291235eeb7d0a6f9c9ad9e049c91a337541903ee39c0f1b247bc966c311bd703ddf0283b33fa0a2dc09ec5ba78cd694bc9cdee17c625575 SHA512 89890afc78b21d78f42ef5c920d377cd58075829e025c512d86138d52943ce8b71d1245bf267f76f775c6a69bf81bf9881322bd64b0e75ae088134e6b66f4d2d diff --git a/dev-python/d2to1/d2to1-0.2.12_p1.ebuild b/dev-python/d2to1/d2to1-0.2.12_p1.ebuild deleted file mode 100644 index db2ec995c94d..000000000000 --- a/dev-python/d2to1/d2to1-0.2.12_p1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -MY_P="${P/_p/.post}" - -DESCRIPTION="Allows using distutils2-like setup.cfg files for a package metadata" -HOMEPAGE="https://pypi.org/project/d2to1/ https://github.com/embray/d2to1" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}]" - -S="${WORKDIR}"/${MY_P} - -python_prepare_all() { - rm ${PN}/extern/six.py || die - cat > ${PN}/extern/__init__.py <<- EOF - import six - EOF - sed \ - -e 's:.extern.six:six:g' \ - -i ${PN}/*py || die - distutils-r1_python_prepare_all -} - -python_test() { - esetup.py test -} diff --git a/dev-python/d2to1/metadata.xml b/dev-python/d2to1/metadata.xml deleted file mode 100644 index 55a860b4f781..000000000000 --- a/dev-python/d2to1/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription>d2to1 (the 'd' is for 'distutils') allows using distutils2-like - setup.cfg files for a package's metadata with a distribute/setuptools - setup.py script. It works by providing a distutils2-formatted setup.cfg - file containing all of a package's metadata, and a very minimal setup.py - which will slurp its arguments from the setup.cfg.</longdescription> - <upstream> - <remote-id type="pypi">d2to1</remote-id> - <remote-id type="github">embray/d2to1</remote-id> - </upstream> -</pkgmetadata> |