mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-05 15:04:24 +01:00
invoke: fork from gentoo and bump. ignoring non-trivial qa issue for now
This commit is contained in:
parent
679812b922
commit
8dc39181ff
3 changed files with 34 additions and 0 deletions
1
dev-python/invoke/Manifest
Normal file
1
dev-python/invoke/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST invoke-1.4.1.tar.gz 332271 BLAKE2B b5ad641eb6728678997f3841fb1df37ca0ceac72db958f6ddfcb328207339f34858fd0bedbe939207182a36e4092b29acfaad829c8767d5190e17842cba2327d SHA512 9076a1e643e3496b180d486de48efe599eddafc3e8ac32ab5cfcb27c5aabfd4ea360c0e2e59f96aceb65f3453b5ff2c228bf7d76635fe62854fe092b1ebdf3b2
|
||||
21
dev-python/invoke/invoke-1.4.1.ebuild
Normal file
21
dev-python/invoke/invoke-1.4.1.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Pythonic task execution"
|
||||
HOMEPAGE="https://pypi.org/project/invoke/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
RDEPEND=""
|
||||
|
||||
# Depends on broken pytest-relaxed plugin
|
||||
RESTRICT="test"
|
||||
12
dev-python/invoke/metadata.xml
Normal file
12
dev-python/invoke/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>
|
||||
<longdescription>
|
||||
Invoke is a Python (2.7 and 3.4+) task execution tool and library,
|
||||
drawing inspiration from various sources to arrive at a powerful and clean feature set.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue