mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/iso_639: New package
Closes: https://github.com/gentoo/gentoo/pull/3886
This commit is contained in:
committed by
Patrice Clement
parent
322d8e2c43
commit
03814c53db
1
dev-python/iso_639/Manifest
Normal file
1
dev-python/iso_639/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST iso-639-0.4.5.tar.gz 167421 SHA256 dc9cd4b880b898d774c47fe9775167404af8a85dd889d58f9008035109acce49 SHA512 5b27cbcd39173f03d6d54e1ecddf879b630e985c549d6084dab29134d30bcd0052f902a2c8ca5a0db891c197deb1a00f1acda880cf728e7589f0471c42982f73 WHIRLPOOL da3aed44560571ca7cba10f1c2a25df32dc681da4d60cf3ec7716b1018d00937e3369ba6c69692cd082b3f0bbd03dc3feab0f3a47fa3f046504fcbfeb8d2d7c3
|
||||
25
dev-python/iso_639/iso_639-0.4.5.ebuild
Normal file
25
dev-python/iso_639/iso_639-0.4.5.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
|
||||
|
||||
MY_PN="iso-639"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python library for ISO 639 standard"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/iso-639 https://github.com/noumar/iso639"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
12
dev-python/iso_639/metadata.xml
Normal file
12
dev-python/iso_639/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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>
|
||||
<upstream>
|
||||
<remote-id type="pypi">iso-639</remote-id>
|
||||
<remote-id type="github">noumar/iso639</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user