diff --git a/dev-python/invoke/Manifest b/dev-python/invoke/Manifest new file mode 100644 index 000000000..e834a3ba7 --- /dev/null +++ b/dev-python/invoke/Manifest @@ -0,0 +1 @@ +DIST invoke-1.4.1.tar.gz 332271 BLAKE2B b5ad641eb6728678997f3841fb1df37ca0ceac72db958f6ddfcb328207339f34858fd0bedbe939207182a36e4092b29acfaad829c8767d5190e17842cba2327d SHA512 9076a1e643e3496b180d486de48efe599eddafc3e8ac32ab5cfcb27c5aabfd4ea360c0e2e59f96aceb65f3453b5ff2c228bf7d76635fe62854fe092b1ebdf3b2 diff --git a/dev-python/invoke/invoke-1.4.1.ebuild b/dev-python/invoke/invoke-1.4.1.ebuild new file mode 100644 index 000000000..6bfb74f28 --- /dev/null +++ b/dev-python/invoke/invoke-1.4.1.ebuild @@ -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" diff --git a/dev-python/invoke/metadata.xml b/dev-python/invoke/metadata.xml new file mode 100644 index 000000000..04808fe9f --- /dev/null +++ b/dev-python/invoke/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + Python + + + 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. + +