* [gentoo-commits] repo/proj/guru:master commit in: dev-python/wrapio/
@ 2022-01-05 17:14 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2022-01-05 17:14 UTC (permalink / raw
To: gentoo-commits
commit: 5e90d0cc1233824be7d0495480e240f0db8ceb16
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Mon Jan 3 17:19:38 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jan 3 17:19:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e90d0cc
dev-python/wrapio: add docs
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
dev-python/wrapio/wrapio-2.0.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/wrapio/wrapio-2.0.0.ebuild b/dev-python/wrapio/wrapio-2.0.0.ebuild
index 904c90104..b963cdb61 100644
--- a/dev-python/wrapio/wrapio-2.0.0.ebuild
+++ b/dev-python/wrapio/wrapio-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -21,3 +21,5 @@ KEYWORDS="~amd64 ~x86"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
+
+distutils_enable_sphinx docs
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/wrapio/
@ 2022-01-10 13:13 Andrew Ammerlaan
0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2022-01-10 13:13 UTC (permalink / raw
To: gentoo-commits
commit: 59723a7b4d2ba154b8cd7164b2c29fce2b7f9189
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Jan 9 11:31:53 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 9 11:31:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59723a7b
dev-python/wrapio: rewrite deps
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
dev-python/wrapio/wrapio-2.0.0.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-python/wrapio/wrapio-2.0.0.ebuild b/dev-python/wrapio/wrapio-2.0.0.ebuild
index b963cdb61..1d6d750ec 100644
--- a/dev-python/wrapio/wrapio-2.0.0.ebuild
+++ b/dev-python/wrapio/wrapio-2.0.0.ebuild
@@ -18,8 +18,4 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
distutils_enable_sphinx docs
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/wrapio/
@ 2022-09-12 14:21 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2022-09-12 14:21 UTC (permalink / raw
To: gentoo-commits
commit: 803475132dd0fbce02592b7d54e72781dca54460
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Sep 11 17:02:40 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 17:41:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80347513
dev-python/wrapio: enable py3.11
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
dev-python/wrapio/Manifest | 2 +-
dev-python/wrapio/wrapio-2.0.0.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/wrapio/Manifest b/dev-python/wrapio/Manifest
index e0b2bf023..d7b8acac4 100644
--- a/dev-python/wrapio/Manifest
+++ b/dev-python/wrapio/Manifest
@@ -1 +1 @@
-DIST wrapio-2.0.0.tar.gz 7239 BLAKE2B 228d1a0367bdcb1c69e9035de2bd780d9a47b3a6b5ccb9080fc7f9974dafdfec3ccca8888e9f4ff7368d4d5c06424cecc5832a38db60410954cde561a0c2e272 SHA512 09056de108f6f5fc6af83534a9e8a9c80c70ead6d1d492f3dfd573b38a5dd909c837934309f9f7611394768573848afa737484b3f64ff682bcf6c7a091e15a46
+DIST wrapio-2.0.0.gh.tar.gz 7239 BLAKE2B 228d1a0367bdcb1c69e9035de2bd780d9a47b3a6b5ccb9080fc7f9974dafdfec3ccca8888e9f4ff7368d4d5c06424cecc5832a38db60410954cde561a0c2e272 SHA512 09056de108f6f5fc6af83534a9e8a9c80c70ead6d1d492f3dfd573b38a5dd909c837934309f9f7611394768573848afa737484b3f64ff682bcf6c7a091e15a46
diff --git a/dev-python/wrapio/wrapio-2.0.0.ebuild b/dev-python/wrapio/wrapio-2.0.0.ebuild
index b0ab5e932..7cd11bb99 100644
--- a/dev-python/wrapio/wrapio-2.0.0.ebuild
+++ b/dev-python/wrapio/wrapio-2.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@@ -12,7 +12,7 @@ HOMEPAGE="
https://github.com/Exahilosys/wrapio
https://pypi.org/project/wrapio/
"
-SRC_URI="https://github.com/Exahilosys/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/Exahilosys/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/wrapio/
@ 2022-09-17 11:49 Ronny Gutbrod
0 siblings, 0 replies; 7+ messages in thread
From: Ronny Gutbrod @ 2022-09-17 11:49 UTC (permalink / raw
To: gentoo-commits
commit: 6cdb10f922d9a8e0132a0fdbd0ebce321e36f1a7
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Wed Sep 14 05:58:27 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Sep 14 05:58:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6cdb10f9
dev-python/wrapio: Remove obsolete USE=doc
Closes: https://bugs.gentoo.org/869929
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
dev-python/wrapio/wrapio-2.0.0.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-python/wrapio/wrapio-2.0.0.ebuild b/dev-python/wrapio/wrapio-2.0.0.ebuild
index 7cd11bb99..ded66d47f 100644
--- a/dev-python/wrapio/wrapio-2.0.0.ebuild
+++ b/dev-python/wrapio/wrapio-2.0.0.ebuild
@@ -17,5 +17,3 @@ SRC_URI="https://github.com/Exahilosys/${PN}/archive/refs/tags/v${PV}.tar.gz ->
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-
-distutils_enable_sphinx docs
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/wrapio/
2023-01-25 10:56 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
@ 2023-01-25 10:57 ` Viorel Munteanu
0 siblings, 0 replies; 7+ messages in thread
From: Viorel Munteanu @ 2023-01-25 10:57 UTC (permalink / raw
To: gentoo-commits
commit: a9a8c5e113a80abcc353f84811892ce927e9d0c6
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 10:40:36 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 10:55:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9a8c5e1
dev-python/wrapio: disable py3.8
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-python/wrapio/wrapio-2.0.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/wrapio/wrapio-2.0.0.ebuild b/dev-python/wrapio/wrapio-2.0.0.ebuild
index ded66d47f..a98841ada 100644
--- a/dev-python/wrapio/wrapio-2.0.0.ebuild
+++ b/dev-python/wrapio/wrapio-2.0.0.ebuild
@@ -3,8 +3,8 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Handling event-based streams in Python"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/wrapio/
2023-03-12 9:08 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
@ 2023-03-12 9:14 ` Viorel Munteanu
0 siblings, 0 replies; 7+ messages in thread
From: Viorel Munteanu @ 2023-03-12 9:14 UTC (permalink / raw
To: gentoo-commits
commit: 9bb9139517678952c13e28421e68a0a0179193ac
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 08:40:45 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 08:40:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9bb91395
dev-python/wrapio: update SRC_URI
Switch from gh to pypi.
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-python/wrapio/Manifest | 2 +-
dev-python/wrapio/wrapio-2.0.0.ebuild | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/wrapio/Manifest b/dev-python/wrapio/Manifest
index d7b8acac4..4556e129a 100644
--- a/dev-python/wrapio/Manifest
+++ b/dev-python/wrapio/Manifest
@@ -1 +1 @@
-DIST wrapio-2.0.0.gh.tar.gz 7239 BLAKE2B 228d1a0367bdcb1c69e9035de2bd780d9a47b3a6b5ccb9080fc7f9974dafdfec3ccca8888e9f4ff7368d4d5c06424cecc5832a38db60410954cde561a0c2e272 SHA512 09056de108f6f5fc6af83534a9e8a9c80c70ead6d1d492f3dfd573b38a5dd909c837934309f9f7611394768573848afa737484b3f64ff682bcf6c7a091e15a46
+DIST wrapio-2.0.0.tar.gz 5197 BLAKE2B 1fc6bc0792b0a14b4c39bf9be85baa33580e98535d44d2aae726713a838e99b0b8e3ce69d17242843a754966dc6fc502452a8c095079b785f622883620ed9a68 SHA512 ae15cf05c7689a738514f4c6bd815bdbc90b6929a1da958486cd3b0bd5ee7055fa13d7e8edccbff6cb5fdf07088ddad316d9cd42e2d2e97fe56687b8f73cc84c
diff --git a/dev-python/wrapio/wrapio-2.0.0.ebuild b/dev-python/wrapio/wrapio-2.0.0.ebuild
index a98841ada..afd8c1879 100644
--- a/dev-python/wrapio/wrapio-2.0.0.ebuild
+++ b/dev-python/wrapio/wrapio-2.0.0.ebuild
@@ -5,14 +5,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Handling event-based streams in Python"
HOMEPAGE="
https://github.com/Exahilosys/wrapio
https://pypi.org/project/wrapio/
"
-SRC_URI="https://github.com/Exahilosys/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/wrapio/
2024-06-10 5:57 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
@ 2024-06-10 6:27 ` Viorel Munteanu
0 siblings, 0 replies; 7+ messages in thread
From: Viorel Munteanu @ 2024-06-10 6:27 UTC (permalink / raw
To: gentoo-commits
commit: 80aabd5096993c76c9800453fe7d7a51dd315844
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 05:55:13 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 05:56:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80aabd50
dev-python/wrapio: treeclean
Bug: https://bugs.gentoo.org/931440
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-python/wrapio/Manifest | 1 -
dev-python/wrapio/metadata.xml | 12 ------------
dev-python/wrapio/wrapio-2.0.0.ebuild | 18 ------------------
3 files changed, 31 deletions(-)
diff --git a/dev-python/wrapio/Manifest b/dev-python/wrapio/Manifest
deleted file mode 100644
index 4556e129a..000000000
--- a/dev-python/wrapio/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST wrapio-2.0.0.tar.gz 5197 BLAKE2B 1fc6bc0792b0a14b4c39bf9be85baa33580e98535d44d2aae726713a838e99b0b8e3ce69d17242843a754966dc6fc502452a8c095079b785f622883620ed9a68 SHA512 ae15cf05c7689a738514f4c6bd815bdbc90b6929a1da958486cd3b0bd5ee7055fa13d7e8edccbff6cb5fdf07088ddad316d9cd42e2d2e97fe56687b8f73cc84c
diff --git a/dev-python/wrapio/metadata.xml b/dev-python/wrapio/metadata.xml
deleted file mode 100644
index 1dde81290..000000000
--- a/dev-python/wrapio/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>ceamac@gentoo.org</email>
- <description>Primary maintainer</description>
-</maintainer>
-<upstream>
- <remote-id type="github">Exahilosys/wrapio</remote-id>
- <remote-id type="pypi">wrapio</remote-id>
-</upstream>
-</pkgmetadata>
diff --git a/dev-python/wrapio/wrapio-2.0.0.ebuild b/dev-python/wrapio/wrapio-2.0.0.ebuild
deleted file mode 100644
index fd567c875..000000000
--- a/dev-python/wrapio/wrapio-2.0.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2021-2022 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 pypi
-
-DESCRIPTION="Handling event-based streams in Python"
-HOMEPAGE="
- https://github.com/Exahilosys/wrapio
- https://pypi.org/project/wrapio/
- "
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-06-10 6:27 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-05 17:14 [gentoo-commits] repo/proj/guru:master commit in: dev-python/wrapio/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2022-01-10 13:13 Andrew Ammerlaan
2022-09-12 14:21 Florian Schmaus
2022-09-17 11:49 Ronny Gutbrod
2023-01-25 10:56 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-01-25 10:57 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-03-12 9:08 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-03-12 9:14 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-06-10 5:57 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-06-10 6:27 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox