dev-python/chainmap: Initial import

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
This commit is contained in:
Alexey Shvetsov
2020-02-11 12:24:16 +03:00
parent 25aad289bb
commit 4737bfa163
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST chainmap-1.0.3.tar.gz 6325 BLAKE2B 108f4b728e5377272923e6d6c554b205429ed3534f0ed5fcbeb60746837cda64d124d415ba3da83cca23249e69795d3bec3c46fa91966d0cd2a5d220b5e1dd28 SHA512 0079f7e725d67a89402b00290bd9dfe5232c91050e68809c6fa76ce6697279ca6962a92f80a841341006d05d9a36fef639fe1e967631e21275aad03c1d871bad

View File

@@ -0,0 +1,19 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{5,6,7,8} )
inherit distutils-r1
DESCRIPTION="ChainMap implementation for older Python versions"
HOMEPAGE="https://bitbucket.org/jeunice/chainmap"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"
RDEPEND=""
DEPEND=""

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alexxy@gentoo.org</email>
<name>Alexey Shvetsov</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="pypi">chainmap</remote-id>
</upstream>
</pkgmetadata>