mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-python/invoke: new package, add 2.0.0
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
1
dev-python/invoke/Manifest
Normal file
1
dev-python/invoke/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST invoke-2.0.0.gh.tar.gz 308039 BLAKE2B 1c4e601014be953fcdef502d9d513db8deec75afc64f0445fd5eae0a05b04d9ebeffc1266cb25184f0e6dc0dc49d712661f4644258db6226e060ea20b735772e SHA512 d7ae2099f550216bd1ea7df1d3d6c253fc4740a1ef945a64d0293670eef4913b5a5d170ff2052bdff7c9801da31fbdc5bc6b323d4467caba4d1486839bca3ba1
|
||||
25
dev-python/invoke/invoke-2.0.0.ebuild
Normal file
25
dev-python/invoke/invoke-2.0.0.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Pythonic task execution"
|
||||
HOMEPAGE="https://github.com/pyinvoke/invoke https://pypi.org/project/invoke/"
|
||||
SRC_URI="https://github.com/pyinvoke/invoke/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
|
||||
RDEPEND=""
|
||||
BDEPEND=""
|
||||
DEPEND=""
|
||||
|
||||
src_prepare(){
|
||||
rm -r ./invoke/vendor/yaml2
|
||||
eapply_user
|
||||
}
|
||||
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>gasc@eurecom.fr</email>
|
||||
<name>Gasc Henri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">invoke</remote-id>
|
||||
<remote-id type="github">pyinvoke/invoke</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user