diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-13 15:07:12 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-13 15:07:12 +0000 |
| commit | b80435c633f3cc0e6ce6379d83dfcc43c4fff087 (patch) | |
| tree | 895867101ad08e2399d684c879ad219a6f2231d7 /dev-python/invoke | |
| parent | 24ba0e9471cc76a08cbac5fd9678f6e5790e558b (diff) | |
| download | baldeagleos-repo-b80435c633f3cc0e6ce6379d83dfcc43c4fff087.tar.gz baldeagleos-repo-b80435c633f3cc0e6ce6379d83dfcc43c4fff087.tar.xz baldeagleos-repo-b80435c633f3cc0e6ce6379d83dfcc43c4fff087.zip | |
Adding metadata
Diffstat (limited to 'dev-python/invoke')
| -rw-r--r-- | dev-python/invoke/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/invoke/invoke-2.0.0.ebuild | 21 | ||||
| -rw-r--r-- | dev-python/invoke/metadata.xml | 10 |
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/invoke/Manifest b/dev-python/invoke/Manifest new file mode 100644 index 000000000000..27a59726cb2d --- /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 000000000000..57d5edebab04 --- /dev/null +++ b/dev-python/invoke/invoke-2.0.0.ebuild @@ -0,0 +1,21 @@ +# 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" + +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 000000000000..744cdb8e935b --- /dev/null +++ b/dev-python/invoke/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>gasc@eurecom.fr</email> + <name>Gasc Henri</name> + </maintainer> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file |
