* [gentoo-commits] repo/gentoo:master commit in: dev-python/queuelib/
@ 2017-05-17 10:32 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-05-17 10:32 UTC (permalink / raw
To: gentoo-commits
commit: 3fcf220b902baf26a284f2cf03ba4c1927f7da6a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 10:10:25 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 17 10:32:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fcf220b
dev-python/queuelib: Fix HOMEPAGE to avoid vars
dev-python/queuelib/queuelib-1.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/queuelib/queuelib-1.1.1.ebuild b/dev-python/queuelib/queuelib-1.1.1.ebuild
index 1642e50bdea..8a91aa73afd 100644
--- a/dev-python/queuelib/queuelib-1.1.1.ebuild
+++ b/dev-python/queuelib/queuelib-1.1.1.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Collection of persistent (disk-based) queues"
-HOMEPAGE="https://github.com/scrapy/${PN}"
-SRC_URI="https://github.com/scrapy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/scrapy/queuelib"
+SRC_URI="https://github.com/scrapy/queuelib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/queuelib/
@ 2017-05-17 10:32 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-05-17 10:32 UTC (permalink / raw
To: gentoo-commits
commit: 0af30dbc43195525f9805c3fc51ec9921e1cd119
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 10:08:34 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 17 10:31:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af30dbc
dev-python/queuelib: Include version in distfile name
dev-python/queuelib/Manifest | 2 +-
dev-python/queuelib/queuelib-1.1.1.ebuild | 6 ++----
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-python/queuelib/Manifest b/dev-python/queuelib/Manifest
index 6ffa4431c31..5824a40af54 100644
--- a/dev-python/queuelib/Manifest
+++ b/dev-python/queuelib/Manifest
@@ -1 +1 @@
-DIST queuelib.tar.gz 6969 SHA256 f771790be92a93c49fa6da0cab349d59e481fef784b8230bf9338d9036e90b8e SHA512 54b649d08ca60ed933d862b9d5845af162843f4f077722c78b7c72be4093406cc44182905a2d21235635afc1139974c08c213ccd8a333e72fd94c06adc34497a WHIRLPOOL 808ef3b957315505157fbac019b8ecab729f5c7539edeb289f47af540cc536ca55bcbbf0bd7edab7a105451fdfc9e2d8667409ea09383b7eb4980c22a0bedeea
+DIST queuelib-1.1.1.tar.gz 6969 SHA256 f771790be92a93c49fa6da0cab349d59e481fef784b8230bf9338d9036e90b8e SHA512 54b649d08ca60ed933d862b9d5845af162843f4f077722c78b7c72be4093406cc44182905a2d21235635afc1139974c08c213ccd8a333e72fd94c06adc34497a WHIRLPOOL 808ef3b957315505157fbac019b8ecab729f5c7539edeb289f47af540cc536ca55bcbbf0bd7edab7a105451fdfc9e2d8667409ea09383b7eb4980c22a0bedeea
diff --git a/dev-python/queuelib/queuelib-1.1.1.ebuild b/dev-python/queuelib/queuelib-1.1.1.ebuild
index 652c1d116f5..cd82bccc368 100644
--- a/dev-python/queuelib/queuelib-1.1.1.ebuild
+++ b/dev-python/queuelib/queuelib-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -9,15 +9,13 @@ inherit vcs-snapshot distutils-r1
DESCRIPTION="Collection of persistent (disk-based) queues"
HOMEPAGE="https://github.com/scrapy/${PN}"
-SRC_URI="https://github.com/scrapy/${PN}/archive/v${PV}.tar.gz -> ${PN}.tar.gz"
+SRC_URI="https://github.com/scrapy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="test"
-S="${WORKDIR}/${PN}"
-
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/queuelib/
@ 2017-05-17 10:32 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-05-17 10:32 UTC (permalink / raw
To: gentoo-commits
commit: e41dcee39b3b35e7c94bc1c3ccf4eb4ce4617894
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 10:08:56 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 17 10:32:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41dcee3
dev-python/queuelib: Remove unneeded vcs-snapshot.eclass
dev-python/queuelib/queuelib-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/queuelib/queuelib-1.1.1.ebuild b/dev-python/queuelib/queuelib-1.1.1.ebuild
index cd82bccc368..472d70f183d 100644
--- a/dev-python/queuelib/queuelib-1.1.1.ebuild
+++ b/dev-python/queuelib/queuelib-1.1.1.ebuild
@@ -5,7 +5,7 @@ EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 )
-inherit vcs-snapshot distutils-r1
+inherit distutils-r1
DESCRIPTION="Collection of persistent (disk-based) queues"
HOMEPAGE="https://github.com/scrapy/${PN}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/queuelib/
@ 2017-05-17 10:32 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-05-17 10:32 UTC (permalink / raw
To: gentoo-commits
commit: e47f692bc0dc770e4ab519397a6f728733db5048
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 10:09:08 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 17 10:32:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e47f692b
dev-python/queuelib: Tested on py3.5&3.6
dev-python/queuelib/queuelib-1.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/queuelib/queuelib-1.1.1.ebuild b/dev-python/queuelib/queuelib-1.1.1.ebuild
index 472d70f183d..1642e50bdea 100644
--- a/dev-python/queuelib/queuelib-1.1.1.ebuild
+++ b/dev-python/queuelib/queuelib-1.1.1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
@@ -25,5 +25,5 @@ DEPEND="
RDEPEND=""
python_test() {
- nosetests queuelib/tests/ || die "Tests failed under ${EPYTHON}"
+ nosetests -v queuelib/tests/ || die "Tests failed under ${EPYTHON}"
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/queuelib/
@ 2018-09-27 13:07 Virgil Dupras
0 siblings, 0 replies; 5+ messages in thread
From: Virgil Dupras @ 2018-09-27 13:07 UTC (permalink / raw
To: gentoo-commits
commit: ee6fb6310e16226019b7ab07295d6d59f84c3ac4
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 27 13:04:31 2018 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Thu Sep 27 13:04:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee6fb631
dev-python/queuelib: remove last-rited package
Bug: https://bugs.gentoo.org/626550
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
dev-python/queuelib/Manifest | 1 -
dev-python/queuelib/metadata.xml | 11 -----------
dev-python/queuelib/queuelib-1.1.1.ebuild | 29 -----------------------------
3 files changed, 41 deletions(-)
diff --git a/dev-python/queuelib/Manifest b/dev-python/queuelib/Manifest
deleted file mode 100644
index 35af36b5ca3..00000000000
--- a/dev-python/queuelib/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST queuelib-1.1.1.tar.gz 6969 BLAKE2B 5282e1eb03075da0043d03df05495e132b2cfd2d21228b52d870552bef81bbd56d0d892d75dbb394d315a57200cb19ad305f658a4657991bed19c32548d9b501 SHA512 54b649d08ca60ed933d862b9d5845af162843f4f077722c78b7c72be4093406cc44182905a2d21235635afc1139974c08c213ccd8a333e72fd94c06adc34497a
diff --git a/dev-python/queuelib/metadata.xml b/dev-python/queuelib/metadata.xml
deleted file mode 100644
index 185bf7a542a..00000000000
--- a/dev-python/queuelib/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 type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="github">scrapy/queuelib</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/queuelib/queuelib-1.1.1.ebuild b/dev-python/queuelib/queuelib-1.1.1.ebuild
deleted file mode 100644
index 8a91aa73afd..00000000000
--- a/dev-python/queuelib/queuelib-1.1.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of persistent (disk-based) queues"
-HOMEPAGE="https://github.com/scrapy/queuelib"
-SRC_URI="https://github.com/scrapy/queuelib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/nose[${PYTHON_USEDEP}]
- )"
-
-RDEPEND=""
-
-python_test() {
- nosetests -v queuelib/tests/ || die "Tests failed under ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-09-27 13:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-17 10:32 [gentoo-commits] repo/gentoo:master commit in: dev-python/queuelib/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2018-09-27 13:07 Virgil Dupras
2017-05-17 10:32 Michał Górny
2017-05-17 10:32 Michał Górny
2017-05-17 10:32 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox