dev-python/unearth: Add package version 0.7.0
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
59dd163776
commit
9200b4973a
1
dev-python/unearth/Manifest
Normal file
1
dev-python/unearth/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST unearth-0.7.0.tar.gz 268597 BLAKE2B a8e81bffc553cbcb3ccb2fb8051ad13229a6c0472a4c49dffc43cb4dbec6a25435d2cb0593f39488b30483a02b9a86a69613fa6bbf43abeac2143eb626961826 SHA512 c33b18aac60562f1b759abdb2db3b86386ecf4465852918455fdd319459cbeb57175b41d6b2e19d8ed89cc65d54d733e5b1e9d6353d4f1fadfec057b7f7db6aa
|
12
dev-python/unearth/metadata.xml
Normal file
12
dev-python/unearth/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="person">
|
||||
<email>holgersson@posteo.de</email>
|
||||
<name>Nils Freydank</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">unearth</remote-id>
|
||||
<remote-id type="github">frostming/unearth</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
26
dev-python/unearth/unearth-0.7.0.ebuild
Normal file
26
dev-python/unearth/unearth-0.7.0.ebuild
Normal file
@ -0,0 +1,26 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=pdm
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Utility to fetch and download python packages"
|
||||
HOMEPAGE="
|
||||
https://github.com/frostming/unearth
|
||||
https://pypi.org/project/unearth/
|
||||
"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND=""
|
||||
BDEPEND=""
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user