* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/timeout-decorator/
@ 2020-01-21 14:49 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-01-21 14:49 UTC (permalink / raw
To: gentoo-commits
commit: 71b757e41143d135aab081e56cbb89e891a45c67
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 21 14:44:17 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 21 14:44:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=71b757e4
dev-python/timeout-decorator: Timeout decorator
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/timeout-decorator/Manifest | 1 +
dev-python/timeout-decorator/metadata.xml | 13 +++++++++++++
.../timeout-decorator/timeout-decorator-0.4.1.ebuild | 16 ++++++++++++++++
3 files changed, 30 insertions(+)
diff --git a/dev-python/timeout-decorator/Manifest b/dev-python/timeout-decorator/Manifest
new file mode 100644
index 0000000..f53b961
--- /dev/null
+++ b/dev-python/timeout-decorator/Manifest
@@ -0,0 +1 @@
+DIST timeout-decorator-0.4.1.tar.gz 4771 BLAKE2B b8f8b4d8c69f4f6195b769295abc6b8e037aa7a8ae58499803d6d6fc0721cf6daf8dd07b65a5585305c0d2188989edc88dd361a1572489dff3e59f6e4f2497e5 SHA512 8d70e0df1720f37f85ffbe71fdc467fc9e4dc704cd434f03d99bcce4cd6b41f45d337b3a0aaeb0526e99778ee3ae46637a76bf4f51e02fbb13e133598c2b791b
diff --git a/dev-python/timeout-decorator/metadata.xml b/dev-python/timeout-decorator/metadata.xml
new file mode 100644
index 0000000..dd0bd9c
--- /dev/null
+++ b/dev-python/timeout-decorator/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="person">
+ <email>andrewammerlaan@riseup.net</email>
+ <name>Andrew Ammerlaan</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/timeout-decorator/timeout-decorator-0.4.1.ebuild b/dev-python/timeout-decorator/timeout-decorator-0.4.1.ebuild
new file mode 100644
index 0000000..e29899d
--- /dev/null
+++ b/dev-python/timeout-decorator/timeout-decorator-0.4.1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Timeout decorator"
+HOMEPAGE="https://github.com/pnpnpn/timeout-decorator"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 "
+SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/timeout-decorator/
@ 2020-02-10 14:19 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-02-10 14:19 UTC (permalink / raw
To: gentoo-commits
commit: a0da999fc6e754a54581de060d9e9dc4148a9bc6
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Feb 10 14:06:48 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Feb 10 14:11:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0da999f
dev-python/timeout-decorator: Fix metadata
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/timeout-decorator/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-python/timeout-decorator/metadata.xml b/dev-python/timeout-decorator/metadata.xml
index dd0bd9c..628ab20 100644
--- a/dev-python/timeout-decorator/metadata.xml
+++ b/dev-python/timeout-decorator/metadata.xml
@@ -6,8 +6,4 @@
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/timeout-decorator/
@ 2020-03-27 17:04 Alessandro Barbieri
0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2020-03-27 17:04 UTC (permalink / raw
To: gentoo-commits
commit: 2f52b4f051af4d53badf52e981d463c5f8e2f092
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 27 16:32:28 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 27 17:03:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f52b4f0
dev-python/timeout-decorator: pypi homepage
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/timeout-decorator/metadata.xml | 12 ++++++++----
dev-python/timeout-decorator/timeout-decorator-0.4.1.ebuild | 5 ++++-
2 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/dev-python/timeout-decorator/metadata.xml b/dev-python/timeout-decorator/metadata.xml
index 628ab20..d3bcd15 100644
--- a/dev-python/timeout-decorator/metadata.xml
+++ b/dev-python/timeout-decorator/metadata.xml
@@ -2,8 +2,12 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>andrewammerlaan@riseup.net</email>
- <name>Andrew Ammerlaan</name>
- </maintainer>
+ <maintainer type="person">
+ <email>andrewammerlaan@riseup.net</email>
+ <name>Andrew Ammerlaan</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">pnpnpn/timeout-decorator</remote-id>
+ <remote-id type="pypi">timeout-decorator</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/dev-python/timeout-decorator/timeout-decorator-0.4.1.ebuild b/dev-python/timeout-decorator/timeout-decorator-0.4.1.ebuild
index e29899d..9cedbaa 100644
--- a/dev-python/timeout-decorator/timeout-decorator-0.4.1.ebuild
+++ b/dev-python/timeout-decorator/timeout-decorator-0.4.1.ebuild
@@ -8,7 +8,10 @@ PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Timeout decorator"
-HOMEPAGE="https://github.com/pnpnpn/timeout-decorator"
+HOMEPAGE="
+ https://github.com/pnpnpn/timeout-decorator
+ https://pypi.org/project/timeout-decorator
+"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/timeout-decorator/
2020-11-20 16:03 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-11-20 16:03 ` Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-11-20 16:03 UTC (permalink / raw
To: gentoo-commits
commit: 1967c5c2ae7278262d7457bb6ceebebf649d30f4
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Nov 20 15:29:29 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Nov 20 15:29:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1967c5c2
dev-python/timeout-decorator: version bump 0.5.0, add py3.9
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/timeout-decorator/Manifest | 2 +-
.../{timeout-decorator-0.4.1.ebuild => timeout-decorator-0.5.0.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/timeout-decorator/Manifest b/dev-python/timeout-decorator/Manifest
index f53b961f..821e6639 100644
--- a/dev-python/timeout-decorator/Manifest
+++ b/dev-python/timeout-decorator/Manifest
@@ -1 +1 @@
-DIST timeout-decorator-0.4.1.tar.gz 4771 BLAKE2B b8f8b4d8c69f4f6195b769295abc6b8e037aa7a8ae58499803d6d6fc0721cf6daf8dd07b65a5585305c0d2188989edc88dd361a1572489dff3e59f6e4f2497e5 SHA512 8d70e0df1720f37f85ffbe71fdc467fc9e4dc704cd434f03d99bcce4cd6b41f45d337b3a0aaeb0526e99778ee3ae46637a76bf4f51e02fbb13e133598c2b791b
+DIST timeout-decorator-0.5.0.tar.gz 4754 BLAKE2B d92581f196a246c3da978f351e223117bb1554c2abf5daac18f69ae42cafd11ef8722f1c10834f6169a1e311691b1edec326523e4c0adb0869b8a48e93d35db5 SHA512 ee6d47a27ad3ed7921bc5b98391c4f933e247dc3834c9571248bf2a3b0237acaad88daa8b071eb8d443f74c792318b5be5bb9fad99fa99df682198f90cd86b1b
diff --git a/dev-python/timeout-decorator/timeout-decorator-0.4.1.ebuild b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
similarity index 91%
rename from dev-python/timeout-decorator/timeout-decorator-0.4.1.ebuild
rename to dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
index e2a6d3b8..a50c002c 100644
--- a/dev-python/timeout-decorator/timeout-decorator-0.4.1.ebuild
+++ b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/timeout-decorator/
@ 2021-04-14 9:05 Theo Anderson
0 siblings, 0 replies; 5+ messages in thread
From: Theo Anderson @ 2021-04-14 9:05 UTC (permalink / raw
To: gentoo-commits
commit: fbf981a1523cf71a2dc367e561295453dc1737ae
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Apr 14 08:50:36 2021 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Apr 14 09:04:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fbf981a1
dev-python/timeout-decorator: moved to ::gentoo
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
dev-python/timeout-decorator/Manifest | 1 -
dev-python/timeout-decorator/metadata.xml | 13 -------------
.../timeout-decorator/timeout-decorator-0.5.0.ebuild | 19 -------------------
3 files changed, 33 deletions(-)
diff --git a/dev-python/timeout-decorator/Manifest b/dev-python/timeout-decorator/Manifest
deleted file mode 100644
index 821e66394..000000000
--- a/dev-python/timeout-decorator/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST timeout-decorator-0.5.0.tar.gz 4754 BLAKE2B d92581f196a246c3da978f351e223117bb1554c2abf5daac18f69ae42cafd11ef8722f1c10834f6169a1e311691b1edec326523e4c0adb0869b8a48e93d35db5 SHA512 ee6d47a27ad3ed7921bc5b98391c4f933e247dc3834c9571248bf2a3b0237acaad88daa8b071eb8d443f74c792318b5be5bb9fad99fa99df682198f90cd86b1b
diff --git a/dev-python/timeout-decorator/metadata.xml b/dev-python/timeout-decorator/metadata.xml
deleted file mode 100644
index d3bcd15ef..000000000
--- a/dev-python/timeout-decorator/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
-<pkgmetadata>
- <maintainer type="person">
- <email>andrewammerlaan@riseup.net</email>
- <name>Andrew Ammerlaan</name>
- </maintainer>
- <upstream>
- <remote-id type="github">pnpnpn/timeout-decorator</remote-id>
- <remote-id type="pypi">timeout-decorator</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
deleted file mode 100644
index a50c002c0..000000000
--- a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Timeout decorator"
-HOMEPAGE="
- https://github.com/pnpnpn/timeout-decorator
- https://pypi.org/project/timeout-decorator
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 "
-SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-04-14 9:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-14 9:05 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/timeout-decorator/ Theo Anderson
-- strict thread matches above, loose matches on Subject: below --
2020-11-20 16:03 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-11-20 16:03 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-27 17:04 Alessandro Barbieri
2020-02-10 14:19 Andrew Ammerlaan
2020-01-21 14:49 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox