* [gentoo-commits] repo/proj/guru:master commit in: dev-python/shtab/, dev-python/shtab/files/
@ 2024-02-09 0:30 David Roman
0 siblings, 0 replies; 2+ messages in thread
From: David Roman @ 2024-02-09 0:30 UTC (permalink / raw
To: gentoo-commits
commit: c7f3d0c2342ecd8fca2694032899a9c7c1bc182b
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Wed Feb 7 16:08:51 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Feb 8 09:48:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7f3d0c2
dev-python/shtab: new package, add 1.6.5
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-python/shtab/Manifest | 1 +
dev-python/shtab/files/shtab-1.6.5-pyproject.patch | 10 ++++++++
dev-python/shtab/metadata.xml | 12 +++++++++
dev-python/shtab/shtab-1.6.5.ebuild | 30 ++++++++++++++++++++++
4 files changed, 53 insertions(+)
diff --git a/dev-python/shtab/Manifest b/dev-python/shtab/Manifest
new file mode 100644
index 0000000000..6bdbc46660
--- /dev/null
+++ b/dev-python/shtab/Manifest
@@ -0,0 +1 @@
+DIST shtab-1.6.5.tar.gz 45808 BLAKE2B 6a8bd4daa5d67c42f082e15641953365c4d6d5098bfd374f5059eeeb4e442b4d65a71039794a2f7b1b1e3826a5d6bfdc1b9edc5aa1adac4d2876fee20d084979 SHA512 09a18f98ea8d79add677e54def88b245860bf0066ad38c3d954f56a75dff598aa5fa60e0a9626b8d27d2d5aa3edce2076ba97dfdf026625a8582a256c04dacb5
diff --git a/dev-python/shtab/files/shtab-1.6.5-pyproject.patch b/dev-python/shtab/files/shtab-1.6.5-pyproject.patch
new file mode 100644
index 0000000000..b87cd75662
--- /dev/null
+++ b/dev-python/shtab/files/shtab-1.6.5-pyproject.patch
@@ -0,0 +1,10 @@
+Set a default build-backend.
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -1,5 +1,6 @@
+ [build-system]
+ requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]
++build-backend = "setuptools.build_meta"
+
+ [tool.setuptools_scm]
+ write_to = "shtab/_dist_ver.py"
diff --git a/dev-python/shtab/metadata.xml b/dev-python/shtab/metadata.xml
new file mode 100644
index 0000000000..3fadd2d8a8
--- /dev/null
+++ b/dev-python/shtab/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>pastalian46@gmail.com</email>
+ <name>Takuya Wakazono</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">iterative/shtab</remote-id>
+ <remote-id type="pypi">shtab</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/shtab/shtab-1.6.5.ebuild b/dev-python/shtab/shtab-1.6.5.ebuild
new file mode 100644
index 0000000000..79d63c17fe
--- /dev/null
+++ b/dev-python/shtab/shtab-1.6.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Automagic shell tab completion for Python CLI applications"
+HOMEPAGE="
+ https://github.com/iterative/shtab
+ https://pypi.org/project/shtab/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
+
+PATCHES=( "${FILESDIR}/${P}-pyproject.patch" )
+
+distutils_enable_tests pytest
+
+python_test() {
+ # Disable pytest-cov
+ epytest -o addopts=
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/shtab/, dev-python/shtab/files/
@ 2024-02-24 12:14 Haelwenn Monnier
0 siblings, 0 replies; 2+ messages in thread
From: Haelwenn Monnier @ 2024-02-24 12:14 UTC (permalink / raw
To: gentoo-commits
commit: db3b269c8243bc678b55e7f3479ac3c63b11106b
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Feb 24 05:08:08 2024 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Feb 24 05:08:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db3b269c
dev-python/shtab: drop 1.6.5
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-python/shtab/Manifest | 1 -
dev-python/shtab/files/shtab-1.6.5-pyproject.patch | 10 --------
dev-python/shtab/shtab-1.6.5.ebuild | 30 ----------------------
3 files changed, 41 deletions(-)
diff --git a/dev-python/shtab/Manifest b/dev-python/shtab/Manifest
index db56b8db98..542e422346 100644
--- a/dev-python/shtab/Manifest
+++ b/dev-python/shtab/Manifest
@@ -1,2 +1 @@
-DIST shtab-1.6.5.tar.gz 45808 BLAKE2B 6a8bd4daa5d67c42f082e15641953365c4d6d5098bfd374f5059eeeb4e442b4d65a71039794a2f7b1b1e3826a5d6bfdc1b9edc5aa1adac4d2876fee20d084979 SHA512 09a18f98ea8d79add677e54def88b245860bf0066ad38c3d954f56a75dff598aa5fa60e0a9626b8d27d2d5aa3edce2076ba97dfdf026625a8582a256c04dacb5
DIST shtab-1.7.0.tar.gz 45485 BLAKE2B d1aef26a621da7654e5816fda7ebf197cdf23aa3a485716038b6161826b2f1a624caf369bf59a7fd611cc28906debb83f016b167f06c2cfe9d7a53724054ad55 SHA512 82e5bba15007e07c180c5d9585605150f0a5f53b3859888fcdc28c0bc537762635794f7a8ddd6f81f5337d3c7375b925380fc3797198a803fc09635b65dd07f4
diff --git a/dev-python/shtab/files/shtab-1.6.5-pyproject.patch b/dev-python/shtab/files/shtab-1.6.5-pyproject.patch
deleted file mode 100644
index b87cd75662..0000000000
--- a/dev-python/shtab/files/shtab-1.6.5-pyproject.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-Set a default build-backend.
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,5 +1,6 @@
- [build-system]
- requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]
-+build-backend = "setuptools.build_meta"
-
- [tool.setuptools_scm]
- write_to = "shtab/_dist_ver.py"
diff --git a/dev-python/shtab/shtab-1.6.5.ebuild b/dev-python/shtab/shtab-1.6.5.ebuild
deleted file mode 100644
index 79d63c17fe..0000000000
--- a/dev-python/shtab/shtab-1.6.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Automagic shell tab completion for Python CLI applications"
-HOMEPAGE="
- https://github.com/iterative/shtab
- https://pypi.org/project/shtab/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
-
-PATCHES=( "${FILESDIR}/${P}-pyproject.patch" )
-
-distutils_enable_tests pytest
-
-python_test() {
- # Disable pytest-cov
- epytest -o addopts=
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-24 12:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-09 0:30 [gentoo-commits] repo/proj/guru:master commit in: dev-python/shtab/, dev-python/shtab/files/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2024-02-24 12:14 Haelwenn Monnier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox