python-registry: rm (old, py2 only, no revdeps)

This commit is contained in:
Guido Kroon 2020-06-20 23:45:22 +02:00
parent 0035f46119
commit 9065a95e27
No known key found for this signature in database
GPG key ID: 394C398C531EFAB0
3 changed files with 0 additions and 31 deletions

View file

@ -1 +0,0 @@
DIST python-registry-1.2.0.tar.gz 135451 BLAKE2B 0d9c664e81e03d0c9e5d1147c83020b7fba482daa4d44b8bc437695e19073d16ab1fe8c7375affd72677f9d4dcff35f62d91fe36ae2ca6b7d63c6da79e1afea4 SHA512 169a5cbcacae8d1ace26aadfebe97c0d5c34a1b1b5428ce93c67a0560be3560fc3728592f0f41b39f0e66cbe828da7a5b9121bc1a9f95f4ba4c3fdd210f52a10

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
</pkgmetadata>

View file

@ -1,22 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1
DESCRIPTION="A pure Python module that provides read access to Windows Registry files"
HOMEPAGE="http://www.williballenthin.com/registry/"
#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SRC_URI="https://github.com/williballenthin/python-registry/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-python/enum34[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"