commit:     30aafa6069ac90b6fac80ea10dec8b42ed13826b
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Tue Feb  7 10:47:34 2023 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Wed Feb  8 15:59:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30aafa60

dev-python/invoke: new package, add 2.0.0

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/invoke/Manifest            |  1 +
 dev-python/invoke/invoke-2.0.0.ebuild | 25 +++++++++++++++++++++++++
 dev-python/invoke/metadata.xml        | 12 ++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-python/invoke/Manifest b/dev-python/invoke/Manifest
new file mode 100644
index 000000000..27a59726c
--- /dev/null
+++ b/dev-python/invoke/Manifest
@@ -0,0 +1 @@
+DIST invoke-2.0.0.gh.tar.gz 308039 BLAKE2B 
1c4e601014be953fcdef502d9d513db8deec75afc64f0445fd5eae0a05b04d9ebeffc1266cb25184f0e6dc0dc49d712661f4644258db6226e060ea20b735772e
 SHA512 
d7ae2099f550216bd1ea7df1d3d6c253fc4740a1ef945a64d0293670eef4913b5a5d170ff2052bdff7c9801da31fbdc5bc6b323d4467caba4d1486839bca3ba1

diff --git a/dev-python/invoke/invoke-2.0.0.ebuild 
b/dev-python/invoke/invoke-2.0.0.ebuild
new file mode 100644
index 000000000..1d2e270cb
--- /dev/null
+++ b/dev-python/invoke/invoke-2.0.0.ebuild
@@ -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
+}

diff --git a/dev-python/invoke/metadata.xml b/dev-python/invoke/metadata.xml
new file mode 100644
index 000000000..6df7211a8
--- /dev/null
+++ b/dev-python/invoke/metadata.xml
@@ -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>g...@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>

Reply via email to