add pyefergy-0.1.5, iso4217-1.6.20180829
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DIST iso4217-1.6.20180829.tar.gz 11503 BLAKE2B 742ae8acf0c49cc35e8f5c3f881418f769f061281cae802442b98b1488c69284e4ae26b9cc29a9ea3323f1d489f8402fe7ce094fba77bf128f1bf9ac6a59ec5e SHA512 2d74f18df142fe740c3e5cb4038914920ae974e86b2b1b5a6a205194a0b4b9b4eb12712a746573b13462baa188802d73f5a003dddf1ae4357e586a83c47df5be
|
||||
EBUILD iso4217-1.6.20180829.ebuild 689 BLAKE2B dcbd6e9b2d09a5a8baddd8c39091d64d6a2c7829c5015d997f7ce15b52798e511f27c6fd279fcd7fee61df0e4250d2dfb6fb39dea8a85cb7108c7f079905f34f SHA512 05b8731d0e373fde5007fac75e9a4c915fb973df5db93ed051df64e6672c7de2a300d39a1d10a184d749af38e37b1a524cad44a316db34eb3176491f2cc3b6e8
|
||||
MISC metadata.xml 452 BLAKE2B 30d0cdb91d73e074ad0ca803fc9ca5f256dfbb2bfe7be6e3550d39ba9ac53fa4398ac3d0ed938514575d184ad72bc2959257a88272d967269479d6992b2958f6 SHA512 7ad4afcc3e5635db8639cba6ff089330e220a1c72066b32d85c0c2771e472b128644c5e5ff71a5ccba6065ab0055b1f1eb86d76a507bfc54b233f07aef15d3ab
|
||||
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="ISO 4217 currency data package for Python"
|
||||
HOMEPAGE="https://github.com/dahlia/iso4217 https://pypi.org/project/iso4217/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Public Domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS=""
|
||||
|
||||
RDEPEND=""
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">iso4217</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>hong.minhee@gmail.com</email>
|
||||
<name>Hong Minhee</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user