hole-0.[3-4].0 added
This commit is contained in:
parent
bb26466e29
commit
b2075b2f31
5
dev-python/hole/Manifest
Normal file
5
dev-python/hole/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
DIST hole-0.3.0.tar.gz 4004 BLAKE2B 47e4421c6880d0a44e0afcae2625707e90be58e5824334a45f26d04c5dea44a305c3284ac25e5ce0a04fde7f9fdd8790ad0b6ad027da32f85236bf07f5b2f221 SHA512 3eaf0caf45d3b80d8f0d5c37844c6405fe2293d9e9d7a5e18760e8604464462bd1b55e5b997706ef4001664047ada0ffd62fed6052127915a0040406284e9640
|
||||
DIST hole-0.4.0.tar.gz 4189 BLAKE2B 0e7400062f4bb3975c837af4aeb76316e494fb3dc4a08831f62436eabf6e4cb4b51b3aeadc6834207ace70094915e81d16231510d32e10ebb7108a5cc1332c8b SHA512 2c1bd2adfa4b7d57b0fb4ff6d842fa25d9f0f585834be9df11e704556984d3c41d8d8216da413393d18c082d49123e09b18eb414e54a069db80e406331d044a1
|
||||
EBUILD hole-0.3.0.ebuild 706 BLAKE2B 26ff8d6948009d2827a399d3ba10f7891fd59a6e71e7fe66ea4733945652c16557a58f6e73891aa435218f5dc46121e58555d1dd672d6ed836eb1bc0f893cd2c SHA512 48d7a3572bff2f158f9125ab11b2fc341c6f7a4b10d5473f981339663df8cd2304053ee4e993601b9836231142ff1b8352811b5633d85964130a3ef5a4e4cc59
|
||||
EBUILD hole-0.4.0.ebuild 706 BLAKE2B 26ff8d6948009d2827a399d3ba10f7891fd59a6e71e7fe66ea4733945652c16557a58f6e73891aa435218f5dc46121e58555d1dd672d6ed836eb1bc0f893cd2c SHA512 48d7a3572bff2f158f9125ab11b2fc341c6f7a4b10d5473f981339663df8cd2304053ee4e993601b9836231142ff1b8352811b5633d85964130a3ef5a4e4cc59
|
||||
MISC metadata.xml 469 BLAKE2B 796eb75ee1ad45a0d18c42acac782b6ce5240f2837c589e713b5501f606b4fa81f7d0c700660c3fd8b44206cdb23f1da88def9b2c1a5f3f5ef5615627cfc116a SHA512 9d749f348c5634ce1f053f96c06c8cf390cacc279d225c4ccf8e0d81b7232972bf43c92e606c9384ce988bc12985ba392f258c2efd49038be23b9bb6fe0780ab
|
||||
30
dev-python/hole/hole-0.3.0.ebuild
Normal file
30
dev-python/hole/hole-0.3.0.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python API for interacting with *hole."
|
||||
HOMEPAGE="https://github.com/fabaff/python-hole https://pypi.org/project/hole/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
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
|
||||
}
|
||||
30
dev-python/hole/hole-0.4.0.ebuild
Normal file
30
dev-python/hole/hole-0.4.0.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python API for interacting with *hole."
|
||||
HOMEPAGE="https://github.com/fabaff/python-hole https://pypi.org/project/hole/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
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
|
||||
}
|
||||
16
dev-python/hole/metadata.xml
Normal file
16
dev-python/hole/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">hole</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>fabian@affolter-engineering.ch</email>
|
||||
<name>Fabian Affolter</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user