public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/timeout-decorator/
@ 2020-11-20 16:03 Andrew Ammerlaan
  0 siblings, 0 replies; 2+ 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] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/timeout-decorator/
@ 2021-04-14  9:08 Andrew Ammerlaan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-04-14  9:08 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:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
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] 2+ messages in thread

end of thread, other threads:[~2021-04-14  9:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-14  9:08 [gentoo-commits] repo/proj/guru:master commit in: dev-python/timeout-decorator/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2020-11-20 16:03 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox