* [gentoo-commits] proj/sci:master commit in: dev-python/wraps/
@ 2022-10-29 4:27 Horea Christian
0 siblings, 0 replies; 5+ messages in thread
From: Horea Christian @ 2022-10-29 4:27 UTC (permalink / raw
To: gentoo-commits
commit: 2846ef7c9682ad0fa8b8f80cf51578c4fe5e4074
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Oct 29 04:27:27 2022 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Oct 29 04:27:27 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2846ef7c
dev-python/wraps: add 0.2.0
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/wraps/wraps-0.2.0.ebuild | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/dev-python/wraps/wraps-0.2.0.ebuild b/dev-python/wraps/wraps-0.2.0.ebuild
new file mode 100644
index 000000000..d72f7e5aa
--- /dev/null
+++ b/dev-python/wraps/wraps-0.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION=" Meaningful and safe wrapping types. "
+HOMEPAGE="https://github.com/nekitdev/wraps"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+# package does not have test suite (yet)
+
+RDEPEND="
+ >=dev-python/attrs-21.4.0[${PYTHON_USEDEP}]
+ >=dev-python/typing-extensions-4.2.0[${PYTHON_USEDEP}]
+ "
+
+PATCHES=(
+# "${FILESDIR}/${P}-includes.patch"
+ "${FILESDIR}/${PN}-0.1.0-poetry_groups.patch"
+)
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/wraps/
@ 2022-10-29 4:28 Horea Christian
0 siblings, 0 replies; 5+ messages in thread
From: Horea Christian @ 2022-10-29 4:28 UTC (permalink / raw
To: gentoo-commits
commit: 17e560f192a3e7d4821cae2397164df096807adf
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Oct 29 04:28:13 2022 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Oct 29 04:28:13 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=17e560f1
dev-python/wraps: removed commented patches
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/wraps/wraps-0.1.0-r1.ebuild | 1 -
dev-python/wraps/wraps-0.2.0.ebuild | 1 -
2 files changed, 2 deletions(-)
diff --git a/dev-python/wraps/wraps-0.1.0-r1.ebuild b/dev-python/wraps/wraps-0.1.0-r1.ebuild
index 9ac34a45e..8474019e7 100644
--- a/dev-python/wraps/wraps-0.1.0-r1.ebuild
+++ b/dev-python/wraps/wraps-0.1.0-r1.ebuild
@@ -24,7 +24,6 @@ RDEPEND="
"
PATCHES=(
-# "${FILESDIR}/${P}-includes.patch"
"${FILESDIR}/${P}-poetry_groups.patch"
)
diff --git a/dev-python/wraps/wraps-0.2.0.ebuild b/dev-python/wraps/wraps-0.2.0.ebuild
index d72f7e5aa..f3b37bb5c 100644
--- a/dev-python/wraps/wraps-0.2.0.ebuild
+++ b/dev-python/wraps/wraps-0.2.0.ebuild
@@ -24,7 +24,6 @@ RDEPEND="
"
PATCHES=(
-# "${FILESDIR}/${P}-includes.patch"
"${FILESDIR}/${PN}-0.1.0-poetry_groups.patch"
)
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/wraps/
@ 2023-05-22 13:28 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2023-05-22 13:28 UTC (permalink / raw
To: gentoo-commits
commit: 29f9df49f091a200fadd20b2bb45513d4914f351
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 13:27:06 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 22 13:27:06 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=29f9df49
dev-python/wraps: update SRC_URI
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/wraps/metadata.xml | 1 +
dev-python/wraps/wraps-0.2.0.ebuild | 4 +---
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/wraps/metadata.xml b/dev-python/wraps/metadata.xml
index dd3bf5227..d94ee3bee 100644
--- a/dev-python/wraps/metadata.xml
+++ b/dev-python/wraps/metadata.xml
@@ -11,5 +11,6 @@
</maintainer>
<upstream>
<remote-id type="github">nekitdev/wraps</remote-id>
+ <remote-id type="pypi">wraps</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/wraps/wraps-0.2.0.ebuild b/dev-python/wraps/wraps-0.2.0.ebuild
index 0e4ec817c..b06b511cd 100644
--- a/dev-python/wraps/wraps-0.2.0.ebuild
+++ b/dev-python/wraps/wraps-0.2.0.ebuild
@@ -5,12 +5,10 @@ EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION=" Meaningful and safe wrapping types. "
HOMEPAGE="https://github.com/nekitdev/wraps"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/wraps/
@ 2023-05-22 13:35 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2023-05-22 13:35 UTC (permalink / raw
To: gentoo-commits
commit: a94f00e9f8871aa8fefdf7129bb8dab73c47d9b6
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 13:35:02 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 22 13:35:02 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a94f00e9
dev-python/wraps: drop 0.1.0-r1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/wraps/wraps-0.1.0-r1.ebuild | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/dev-python/wraps/wraps-0.1.0-r1.ebuild b/dev-python/wraps/wraps-0.1.0-r1.ebuild
deleted file mode 100644
index 4f51a06f2..000000000
--- a/dev-python/wraps/wraps-0.1.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION=" Meaningful and safe wrapping types. "
-HOMEPAGE="https://github.com/nekitdev/wraps"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="test"
-# package does not have test suite (yet)
-
-RDEPEND="
- >=dev-python/attrs-21.4.0[${PYTHON_USEDEP}]
- >=dev-python/typing-extensions-4.2.0[${PYTHON_USEDEP}]
- "
-
-PATCHES=(
- "${FILESDIR}/${P}-poetry_groups.patch"
-)
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/wraps/
@ 2024-08-02 5:46 Horea Christian
0 siblings, 0 replies; 5+ messages in thread
From: Horea Christian @ 2024-08-02 5:46 UTC (permalink / raw
To: gentoo-commits
commit: 17646d78bb42d7626583a2df97722d36868eb5ff
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Aug 2 05:46:05 2024 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Aug 2 05:46:05 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=17646d78
dev-python/wraps: version and PYTHON_COMPAT bump
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/wraps/{wraps-0.2.0.ebuild => wraps-0.13.0.ebuild} | 6 +-----
dev-python/wraps/wraps-0.2.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/dev-python/wraps/wraps-0.2.0.ebuild b/dev-python/wraps/wraps-0.13.0.ebuild
similarity index 84%
copy from dev-python/wraps/wraps-0.2.0.ebuild
copy to dev-python/wraps/wraps-0.13.0.ebuild
index b06b511cd..bed0a104e 100644
--- a/dev-python/wraps/wraps-0.2.0.ebuild
+++ b/dev-python/wraps/wraps-0.13.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
DESCRIPTION=" Meaningful and safe wrapping types. "
@@ -21,8 +21,4 @@ RDEPEND="
>=dev-python/typing-extensions-4.2.0[${PYTHON_USEDEP}]
"
-PATCHES=(
- "${FILESDIR}/${PN}-0.1.0-poetry_groups.patch"
-)
-
distutils_enable_tests pytest
diff --git a/dev-python/wraps/wraps-0.2.0.ebuild b/dev-python/wraps/wraps-0.2.0.ebuild
index b06b511cd..dd2a9b24f 100644
--- a/dev-python/wraps/wraps-0.2.0.ebuild
+++ b/dev-python/wraps/wraps-0.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
DESCRIPTION=" Meaningful and safe wrapping types. "
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-08-02 5:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-29 4:27 [gentoo-commits] proj/sci:master commit in: dev-python/wraps/ Horea Christian
-- strict thread matches above, loose matches on Subject: below --
2022-10-29 4:28 Horea Christian
2023-05-22 13:28 Andrew Ammerlaan
2023-05-22 13:35 Andrew Ammerlaan
2024-08-02 5:46 Horea Christian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox