* [gentoo-commits] repo/gentoo:master commit in: dev-python/shortuuid/
@ 2016-01-23 7:01 Johann Schmitz
0 siblings, 0 replies; 8+ messages in thread
From: Johann Schmitz @ 2016-01-23 7:01 UTC (permalink / raw
To: gentoo-commits
commit: 1ddc07eed736e619ba51f3f226f1bdfba03fa234
Author: Johann Schmitz <ercpe <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 07:00:53 2016 +0000
Commit: Johann Schmitz <ercpe <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 07:01:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ddc07ee
dev-python/shortuuid: Version bump to 0.4.3; added support for test
Package-Manager: portage-2.2.26
dev-python/shortuuid/Manifest | 1 +
dev-python/shortuuid/shortuuid-0.4.3.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-python/shortuuid/Manifest b/dev-python/shortuuid/Manifest
index e1e1920..427fb3c 100644
--- a/dev-python/shortuuid/Manifest
+++ b/dev-python/shortuuid/Manifest
@@ -1 +1,2 @@
DIST shortuuid-0.4.2.tar.gz 5367 SHA256 47fa452b53fcf15427e539efd9fee8e625a9aebeb81db9339df7aeede52c2b61 SHA512 c60122bffdf458fb6aaf8ff4883d15f121ce8e5c0b24b99609171cc7bb103a1dbbf876b39e84129b50cc6ebfc1310740ffe684f7dfd93c750d0ff55d483273a3 WHIRLPOOL 648a63a48ecc2b8609b6d83cff41314b90b78488d85cfa2eed4b363029905d0d0238e52dad4f014dc419a6e8ed72fe1cdfc48f02d6e363aaf0ef1ac5b387a7f9
+DIST shortuuid-0.4.3.tar.gz 6096 SHA256 4606dbb19124d98109c00e2cafae2df8117aec02115623e18fb2abe3f766d293 SHA512 409bcaaff421a392640e39a7d25d4eaa320826971dca9d13270b61f21c78f65c617c302b3f7db5d0a3400c8ed4380a3a8eda90d1e9ad13d0a3a7eca53440ea7e WHIRLPOOL 3b9494b9332ab6fb04bdc6ab50271bc192a6c93fdbddab9d58ebee5d4e33f9823db389b1318dddb9518eb10b57ff30e74328c5ad109684310a8aa22465cb2503
diff --git a/dev-python/shortuuid/shortuuid-0.4.3.ebuild b/dev-python/shortuuid/shortuuid-0.4.3.ebuild
new file mode 100644
index 0000000..a746f39
--- /dev/null
+++ b/dev-python/shortuuid/shortuuid-0.4.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="A generator library for concise, unambiguous and URL-safe UUIDs"
+HOMEPAGE="https://pypi.python.org/pypi/shortuuid"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/pep8[${PYTHON_USEDEP}] )"
+
+python_test() {
+ ${EPYTHON} ${PN}/tests.py || die "Tests failed with ${EPYTHON}"
+}
\ No newline at end of file
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/shortuuid/
@ 2016-04-16 16:56 Ian Delaney
0 siblings, 0 replies; 8+ messages in thread
From: Ian Delaney @ 2016-04-16 16:56 UTC (permalink / raw
To: gentoo-commits
commit: 1c69c7e264b8717aa1ef5f817cc269b1c12ee285
Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sat Apr 16 15:41:39 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 16:56:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c69c7e2
dev-python/shortuuid: add Python 3.5 support
add sub tags "remote-id" & "bugs-to" under tag <upstream> in metadata.xml
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1278
Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>
dev-python/shortuuid/metadata.xml | 2 ++
dev-python/shortuuid/shortuuid-0.4.3.ebuild | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/shortuuid/metadata.xml b/dev-python/shortuuid/metadata.xml
index 3a8c0a3..31825f3 100644
--- a/dev-python/shortuuid/metadata.xml
+++ b/dev-python/shortuuid/metadata.xml
@@ -8,5 +8,7 @@
<longdescription>A library that generates short, pretty, unambiguous unique IDs by using an extensive, case-sensitive alphabet and omitting similar-looking letters and numbers.</longdescription>
<upstream>
<remote-id type="pypi">shortuuid</remote-id>
+ <remote-id type="github">stochastic-technologies/shortuuid</remote-id>
+ <bugs-to>https://github.com/stochastic-technologies/shortuuid/issues</bugs-to>
</upstream>
</pkgmetadata>
diff --git a/dev-python/shortuuid/shortuuid-0.4.3.ebuild b/dev-python/shortuuid/shortuuid-0.4.3.ebuild
index a746f39..652f0fd 100644
--- a/dev-python/shortuuid/shortuuid-0.4.3.ebuild
+++ b/dev-python/shortuuid/shortuuid-0.4.3.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/shortuuid/
@ 2016-08-06 16:51 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2016-08-06 16:51 UTC (permalink / raw
To: gentoo-commits
commit: 94c6f653be283f5ed484f1f53c00930869c85a25
Author: Felix Janda <felix.janda <AT> posteo <DOT> de>
AuthorDate: Fri Aug 5 16:18:47 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 16:46:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c6f653
dev-python/shortuuid: whitespace
dev-python/shortuuid/shortuuid-0.4.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/shortuuid/shortuuid-0.4.3.ebuild b/dev-python/shortuuid/shortuuid-0.4.3.ebuild
index 652f0fd..d61063a 100644
--- a/dev-python/shortuuid/shortuuid-0.4.3.ebuild
+++ b/dev-python/shortuuid/shortuuid-0.4.3.ebuild
@@ -23,4 +23,4 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
python_test() {
${EPYTHON} ${PN}/tests.py || die "Tests failed with ${EPYTHON}"
-}
\ No newline at end of file
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/shortuuid/
@ 2017-01-22 14:53 Agostino Sarubbo
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2017-01-22 14:53 UTC (permalink / raw
To: gentoo-commits
commit: a23aba73d81969e897d3a9db4d3fedee07ca2fb9
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 14:53:39 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 14:53:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23aba73
dev-python/shortuuid: amd64 stable wrt bug #606334
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/shortuuid/shortuuid-0.4.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/shortuuid/shortuuid-0.4.3.ebuild b/dev-python/shortuuid/shortuuid-0.4.3.ebuild
index b34b219..6389b59 100644
--- a/dev-python/shortuuid/shortuuid-0.4.3.ebuild
+++ b/dev-python/shortuuid/shortuuid-0.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/shortuuid/
@ 2017-01-22 15:01 Agostino Sarubbo
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2017-01-22 15:01 UTC (permalink / raw
To: gentoo-commits
commit: 68903ed8a389af53cb48b8492c92f7f6db7f0071
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 15:00:48 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 15:00:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68903ed8
dev-python/shortuuid: x86 stable wrt bug #606334
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/shortuuid/shortuuid-0.4.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/shortuuid/shortuuid-0.4.3.ebuild b/dev-python/shortuuid/shortuuid-0.4.3.ebuild
index 6389b59..6d33c4c 100644
--- a/dev-python/shortuuid/shortuuid-0.4.3.ebuild
+++ b/dev-python/shortuuid/shortuuid-0.4.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="test"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/shortuuid/
@ 2017-05-11 13:34 Manuel Rüger
0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2017-05-11 13:34 UTC (permalink / raw
To: gentoo-commits
commit: 0275e87b0effb7852980e0fe1d674a1f679f09e7
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 13:32:32 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu May 11 13:32:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0275e87b
dev-python/shortuuid: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/shortuuid/shortuuid-0.4.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/shortuuid/shortuuid-0.4.3.ebuild b/dev-python/shortuuid/shortuuid-0.4.3.ebuild
index 78261d56d90..dede6fca801 100644
--- a/dev-python/shortuuid/shortuuid-0.4.3.ebuild
+++ b/dev-python/shortuuid/shortuuid-0.4.3.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/shortuuid/
@ 2018-03-03 9:10 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2018-03-03 9:10 UTC (permalink / raw
To: gentoo-commits
commit: 06b9026bdea1ad86bc83daec5531a0a67fe80a7f
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 3 09:09:29 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 3 09:10:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b9026b
dev-python/shortuuid: remove 0.4.2
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-python/shortuuid/Manifest | 1 -
dev-python/shortuuid/shortuuid-0.4.2.ebuild | 20 --------------------
2 files changed, 21 deletions(-)
diff --git a/dev-python/shortuuid/Manifest b/dev-python/shortuuid/Manifest
index 54ec34e0fbd..68a070a2fb8 100644
--- a/dev-python/shortuuid/Manifest
+++ b/dev-python/shortuuid/Manifest
@@ -1,2 +1 @@
-DIST shortuuid-0.4.2.tar.gz 5367 BLAKE2B 21794b80377cf899c1e792d1252f9a94c200d6d0a65b837ef0284ef9c08c5e4d54ad4d3cc1ecfbcc6538521eb1ce15d5d50e2d91056afd942616db2e3cb7d07e SHA512 c60122bffdf458fb6aaf8ff4883d15f121ce8e5c0b24b99609171cc7bb103a1dbbf876b39e84129b50cc6ebfc1310740ffe684f7dfd93c750d0ff55d483273a3
DIST shortuuid-0.4.3.tar.gz 6096 BLAKE2B f658bed1ba10b6a18508834e27c4a9a6a9d080c7a6c2a75413bb2b22a71b339ef66b73b8f99436c609b00ecdc1d38b691e2eba32b5c34ea83d4c8191275aa0f4 SHA512 409bcaaff421a392640e39a7d25d4eaa320826971dca9d13270b61f21c78f65c617c302b3f7db5d0a3400c8ed4380a3a8eda90d1e9ad13d0a3a7eca53440ea7e
diff --git a/dev-python/shortuuid/shortuuid-0.4.2.ebuild b/dev-python/shortuuid/shortuuid-0.4.2.ebuild
deleted file mode 100644
index ab63380795d..00000000000
--- a/dev-python/shortuuid/shortuuid-0.4.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A generator library for concise, unambiguous and URL-safe UUIDs"
-HOMEPAGE="https://pypi.python.org/pypi/shortuuid"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/shortuuid/
@ 2018-11-15 1:01 Virgil Dupras
0 siblings, 0 replies; 8+ messages in thread
From: Virgil Dupras @ 2018-11-15 1:01 UTC (permalink / raw
To: gentoo-commits
commit: c45b1ed25133f6cc1838748bb8fd2378952d5f98
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 15 00:59:56 2018 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Thu Nov 15 00:59:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c45b1ed2
dev-python/shortuuid: remove last-rited package
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
dev-python/shortuuid/Manifest | 1 -
dev-python/shortuuid/metadata.xml | 11 -----------
dev-python/shortuuid/shortuuid-0.4.3.ebuild | 25 -------------------------
3 files changed, 37 deletions(-)
diff --git a/dev-python/shortuuid/Manifest b/dev-python/shortuuid/Manifest
deleted file mode 100644
index 68a070a2fb8..00000000000
--- a/dev-python/shortuuid/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST shortuuid-0.4.3.tar.gz 6096 BLAKE2B f658bed1ba10b6a18508834e27c4a9a6a9d080c7a6c2a75413bb2b22a71b339ef66b73b8f99436c609b00ecdc1d38b691e2eba32b5c34ea83d4c8191275aa0f4 SHA512 409bcaaff421a392640e39a7d25d4eaa320826971dca9d13270b61f21c78f65c617c302b3f7db5d0a3400c8ed4380a3a8eda90d1e9ad13d0a3a7eca53440ea7e
diff --git a/dev-python/shortuuid/metadata.xml b/dev-python/shortuuid/metadata.xml
deleted file mode 100644
index 3c92e94f4a8..00000000000
--- a/dev-python/shortuuid/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>A library that generates short, pretty, unambiguous unique IDs by using an extensive, case-sensitive alphabet and omitting similar-looking letters and numbers.</longdescription>
- <upstream>
- <remote-id type="pypi">shortuuid</remote-id>
- <remote-id type="github">stochastic-technologies/shortuuid</remote-id>
- <bugs-to>https://github.com/stochastic-technologies/shortuuid/issues</bugs-to>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/shortuuid/shortuuid-0.4.3.ebuild b/dev-python/shortuuid/shortuuid-0.4.3.ebuild
deleted file mode 100644
index 96c28acd7b8..00000000000
--- a/dev-python/shortuuid/shortuuid-0.4.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A generator library for concise, unambiguous and URL-safe UUIDs"
-HOMEPAGE="https://pypi.org/project/shortuuid/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/pep8[${PYTHON_USEDEP}] )"
-
-python_test() {
- ${EPYTHON} ${PN}/tests.py || die "Tests failed with ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2018-11-15 1:01 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-15 1:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/shortuuid/ Virgil Dupras
-- strict thread matches above, loose matches on Subject: below --
2018-03-03 9:10 Michael Palimaka
2017-05-11 13:34 Manuel Rüger
2017-01-22 15:01 Agostino Sarubbo
2017-01-22 14:53 Agostino Sarubbo
2016-08-06 16:51 Michał Górny
2016-04-16 16:56 Ian Delaney
2016-01-23 7:01 Johann Schmitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox