python-registry: v1.2.0 bump

This commit is contained in:
blshkv 2017-09-30 00:25:51 +08:00
parent 6ea4c69471
commit 2ec4dd21f4
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 23 additions and 0 deletions

View file

@ -1 +1,2 @@
DIST python-registry-1.0.4.tar.gz 13602 SHA256 1bb541204e0f6ae5ba0db1da925835925fb522f1ec43ed178c83a2cf0d8c9aec SHA512 995807920c7a5e676309169feefd39d5787e78f19a6c00ab9ddc58b1496accfb891accf399b107060b9f77c1d2b3f6e04ddeafa61609fe1df144773b43e3998f WHIRLPOOL 69317217efee312022e03c68144776cc9b10ee52520dc053c6d172a1876af68fec018645e24ffab8510362b57022733779f39afda30d699c9cecb156f8ac4434
DIST python-registry-1.2.0.tar.gz 135451 SHA256 785f313e09cb84c45cabcb858a7ab337848c24148858eda24bfb3c82595cf147 SHA512 169a5cbcacae8d1ace26aadfebe97c0d5c34a1b1b5428ce93c67a0560be3560fc3728592f0f41b39f0e66cbe828da7a5b9121bc1a9f95f4ba4c3fdd210f52a10 WHIRLPOOL ffbc3c6dd2b15937dc407de56ca543a024b1e9daa80873d52a6e3beca88e5b0ab08a60656529b4f6b34be01d263c67f0e70949b5a33e0a57bf79ed23e9bf9784

View file

@ -0,0 +1,22 @@
# 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=""
DEPEND=""
RDEPEND="${DEPEND}
dev-python/enum34"