dev-python/jaraco-net: new package, add 9.3.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-02-12 09:34:03 +01:00 committed by Andreas Billmeier
parent c2b5d33d50
commit 2c2f347877
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 68 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST jaraco-net-9.3.1.tar.gz 48897 BLAKE2B d86d0d09fa4f9a02109388caea76da4bb60603cd66a8a314309b5d6aae1032f92f1688beac22173a75271aabed8b013e5ff4fa8d77f907e897aa76f748403a98 SHA512 b65b7dbe7c22df433870ccb7cbfe6a3584dd5f948fda407c126cb6594d87b4ede291ff684bc2f1b213e3d869e3d2630270705328b52cb24ad2a3606d2485b193
EBUILD jaraco-net-9.3.1.ebuild 1399 BLAKE2B beb26d02f99a72d6a3e5230fd43bfc091c7210e74178ae83cb6bf007d98ed018295bf311b1772795366b506c14081ea01205c81abada74fbfe1430958aee1a59 SHA512 5b606c0011508ea989d44c46cef205332ea494df43a83088beaee685c3f46e823fa2cd074acbddcfd6ffbc41e212ab57f96e0288bcc6f339e801647f7f366472
MISC metadata.xml 514 BLAKE2B 4353945a90bf48092e49bb7eb11a804665435c97a9176f0d0220e0d6f1e92c66730993f0c55d53d6b66195e508051cb70fc8b54b425d9d6cff81ca6b02a30fd5 SHA512 b70b85df732402c9e5314921eb54215054cba291ab27d53cd15bb829dd37ef84524167cb1be876267c8542874275d217673cb952cb26e7a891b539978fb235fc

View File

@ -0,0 +1,49 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Networking tools by jaraco"
HOMEPAGE="https://github.com/jaraco/jaraco.net https://pypi.org/project/jaraco.net/"
MY_PN=${PN/-/.}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/more-itertools[${PYTHON_USEDEP}]
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/mechanize[${PYTHON_USEDEP}]
>=dev-python/keyring-0.6[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/feedparser[${PYTHON_USEDEP}]
dev-python/jaraco-text[${PYTHON_USEDEP}]
dev-python/jaraco-logging[${PYTHON_USEDEP}]
dev-python/jaraco-email[${PYTHON_USEDEP}]
dev-python/jaraco-functools[${PYTHON_USEDEP}]
dev-python/jaraco-collections[${PYTHON_USEDEP}]
>=dev-python/path-16.6[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/pathvalidate[${PYTHON_USEDEP}]
dev-python/jsonpickle[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -0,0 +1,16 @@
<?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">jaraco.net</remote-id>
<remote-id type="github">jaraco/jaraco.net</remote-id>
<maintainer status="unknown">
<email>jaraco@jaraco.com</email>
<name>Jason R. Coombs</name>
</maintainer>
</upstream>
</pkgmetadata>