* [gentoo-commits] repo/gentoo:master commit in: dev-python/subvertpy/
@ 2017-08-11 17:06 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2017-08-11 17:06 UTC (permalink / raw
To: gentoo-commits
commit: df08ef2771e6eeffafd13417e83c3ac581ac2294
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 16:59:05 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 17:06:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df08ef27
dev-python/subvertpy: Remove bazaar@ project, #626492
dev-python/subvertpy/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-python/subvertpy/metadata.xml b/dev-python/subvertpy/metadata.xml
index d0cb5ffc9e0..7f4f33c6dbc 100644
--- a/dev-python/subvertpy/metadata.xml
+++ b/dev-python/subvertpy/metadata.xml
@@ -5,8 +5,4 @@
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
-<maintainer type="project">
- <email>bazaar@gentoo.org</email>
- <name>Gentoo Bazaar Project</name>
- </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/subvertpy/
@ 2017-11-09 22:05 Mike Gilbert
0 siblings, 0 replies; 9+ messages in thread
From: Mike Gilbert @ 2017-11-09 22:05 UTC (permalink / raw
To: gentoo-commits
commit: 6e9ef4a95e82c51850a378a39732703d2815b169
Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sat Sep 9 15:21:31 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Nov 9 22:03:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9ef4a9
dev-python/subvertpy: use HTTPS for links to samba.org (bug #636916)
dev-python/subvertpy/subvertpy-0.9.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/subvertpy/subvertpy-0.9.1.ebuild b/dev-python/subvertpy/subvertpy-0.9.1.ebuild
index dc86dd9ed19..0f9ecadd848 100644
--- a/dev-python/subvertpy/subvertpy-0.9.1.ebuild
+++ b/dev-python/subvertpy/subvertpy-0.9.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
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Alternative Python bindings for Subversion"
-HOMEPAGE="http://samba.org/~jelmer/subvertpy/ https://pypi.python.org/pypi/subvertpy"
-SRC_URI="http://samba.org/~jelmer/${PN}/${P}.tar.gz"
+HOMEPAGE="https://www.samba.org/~jelmer/subvertpy/ https://pypi.python.org/pypi/subvertpy"
+SRC_URI="https://www.samba.org/~jelmer/${PN}/${P}.tar.gz"
LICENSE="|| ( LGPL-2.1 LGPL-3 )"
SLOT="0"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/subvertpy/
@ 2018-04-20 22:04 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2018-04-20 22:04 UTC (permalink / raw
To: gentoo-commits
commit: 3749f2be32f9c01e45f8eabe40348d77586afff7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 20 21:59:00 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 22:04:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3749f2be
dev-python/subvertpy: Bump to 0.10.1
Closes: https://bugs.gentoo.org/631214
dev-python/subvertpy/Manifest | 1 +
dev-python/subvertpy/subvertpy-0.10.1.ebuild | 29 ++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-python/subvertpy/Manifest b/dev-python/subvertpy/Manifest
index e2e5b5a4ba9..946d0a8c0ae 100644
--- a/dev-python/subvertpy/Manifest
+++ b/dev-python/subvertpy/Manifest
@@ -1 +1,2 @@
+DIST subvertpy-0.10.1.tar.gz 116661 BLAKE2B 81fdc21352f168c1a8d31398be21ad83ed72adc824dbbca7764fb1836cba4a7d7f03e4a96636ab29f4804682658ce834eea3fd433b5f161e61a702dfc6790e22 SHA512 083174ca6516541c48474673e6d601ff3098f19d204f311101f4de81bcd70d73bdb1e73dffe43fc584f35d286020cab1381dc1c44b514442735a139d2a9cd356
DIST subvertpy-0.9.1.tar.gz 110972 BLAKE2B 1f11b55b81705b6b144e0c4ac53f2e0e5a847b96bb43589894c8c910492b443d61bfc5bdcbdba1e2bb757fbd587b029d0be113084a45c17aec8c0befdff0e12a SHA512 977e291c011e680cff9e26312b4235c0479374076964c7c4a4c3c7ec75bcc44ff7c458513ab89f1aa2b599d3bd8f94cbc6d1000afcf725a9f937a90b39456148
diff --git a/dev-python/subvertpy/subvertpy-0.10.1.ebuild b/dev-python/subvertpy/subvertpy-0.10.1.ebuild
new file mode 100644
index 00000000000..903366b9f45
--- /dev/null
+++ b/dev-python/subvertpy/subvertpy-0.10.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Alternative Python bindings for Subversion"
+HOMEPAGE="https://jelmer.uk/code/subvertpy/ https://pypi.org/project/subvertpy"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( LGPL-2.1 LGPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-vcs/subversion-1.4"
+DEPEND="${RDEPEND}
+ dev-libs/apr-util"
+
+python_compile() {
+ python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
+ distutils-r1_python_compile
+}
+
+python_test() {
+ esetup.py test --args=-v
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/subvertpy/
@ 2018-04-20 22:04 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2018-04-20 22:04 UTC (permalink / raw
To: gentoo-commits
commit: 533cd63deeef2ad316a02af76129d98eea4f5578
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 20 22:00:58 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 22:04:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=533cd63d
dev-python/subvertpy: Tested on CPython 3.*
dev-python/subvertpy/subvertpy-0.10.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/subvertpy/subvertpy-0.10.1.ebuild b/dev-python/subvertpy/subvertpy-0.10.1.ebuild
index 903366b9f45..0dc9a9a7313 100644
--- a/dev-python/subvertpy/subvertpy-0.10.1.ebuild
+++ b/dev-python/subvertpy/subvertpy-0.10.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/subvertpy/
@ 2020-03-29 9:50 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2020-03-29 9:50 UTC (permalink / raw
To: gentoo-commits
commit: 8d52ffd6c6f45c11389d9cd69392c54f7834fd5d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 29 09:25:38 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 29 09:49:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d52ffd6
dev-python/subvertpy: Remove redundant versions
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/subvertpy/Manifest | 1 -
dev-python/subvertpy/subvertpy-0.9.1.ebuild | 40 -----------------------------
2 files changed, 41 deletions(-)
diff --git a/dev-python/subvertpy/Manifest b/dev-python/subvertpy/Manifest
index 946d0a8c0ae..7e2ba249948 100644
--- a/dev-python/subvertpy/Manifest
+++ b/dev-python/subvertpy/Manifest
@@ -1,2 +1 @@
DIST subvertpy-0.10.1.tar.gz 116661 BLAKE2B 81fdc21352f168c1a8d31398be21ad83ed72adc824dbbca7764fb1836cba4a7d7f03e4a96636ab29f4804682658ce834eea3fd433b5f161e61a702dfc6790e22 SHA512 083174ca6516541c48474673e6d601ff3098f19d204f311101f4de81bcd70d73bdb1e73dffe43fc584f35d286020cab1381dc1c44b514442735a139d2a9cd356
-DIST subvertpy-0.9.1.tar.gz 110972 BLAKE2B 1f11b55b81705b6b144e0c4ac53f2e0e5a847b96bb43589894c8c910492b443d61bfc5bdcbdba1e2bb757fbd587b029d0be113084a45c17aec8c0befdff0e12a SHA512 977e291c011e680cff9e26312b4235c0479374076964c7c4a4c3c7ec75bcc44ff7c458513ab89f1aa2b599d3bd8f94cbc6d1000afcf725a9f937a90b39456148
diff --git a/dev-python/subvertpy/subvertpy-0.9.1.ebuild b/dev-python/subvertpy/subvertpy-0.9.1.ebuild
deleted file mode 100644
index 9802235b08b..00000000000
--- a/dev-python/subvertpy/subvertpy-0.9.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Alternative Python bindings for Subversion"
-HOMEPAGE="https://www.samba.org/~jelmer/subvertpy/ https://pypi.org/project/subvertpy/"
-SRC_URI="https://www.samba.org/~jelmer/${PN}/${P}.tar.gz"
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-vcs/subversion-1.4"
-DEPEND="${RDEPEND}
- test? ( || (
- dev-python/testtools
- ) )"
-
-DOCS=( NEWS AUTHORS )
-S=${WORKDIR}
-
-python_compile() {
- python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
- distutils-r1_python_compile
-}
-
-python_test() {
- distutils_install_for_testing
- pushd man > /dev/null
- # hack: the subvertpy in . has no compiled modules, so cd into any
- # directory to give the installed version precedence on PYTHONPATH
- ${PYTHON} -m unittest subvertpy.tests.test_suite
- popd man > /dev/null
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/subvertpy/
@ 2020-04-26 12:51 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2020-04-26 12:51 UTC (permalink / raw
To: gentoo-commits
commit: bf5f7fc0754c1986af8d4b48103ea87baa253534
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 12:09:45 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 12:50:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf5f7fc0
dev-python/subvertpy: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/subvertpy/subvertpy-0.10.1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/subvertpy/subvertpy-0.10.1.ebuild b/dev-python/subvertpy/subvertpy-0.10.1.ebuild
index ea0a983db45..40de035a89c 100644
--- a/dev-python/subvertpy/subvertpy-0.10.1.ebuild
+++ b/dev-python/subvertpy/subvertpy-0.10.1.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python{2_7,3_{6,7}} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/subvertpy/
@ 2020-04-26 12:51 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2020-04-26 12:51 UTC (permalink / raw
To: gentoo-commits
commit: b59ce740871b11b9a2032cf0e2b10a7c71535891
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 12:08:25 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 12:50:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b59ce740
dev-python/subvertpy: Enable py3.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/subvertpy/subvertpy-0.10.1.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-python/subvertpy/subvertpy-0.10.1.ebuild b/dev-python/subvertpy/subvertpy-0.10.1.ebuild
index b184151d78e..ea0a983db45 100644
--- a/dev-python/subvertpy/subvertpy-0.10.1.ebuild
+++ b/dev-python/subvertpy/subvertpy-0.10.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python{2_7,3_{6,7}} )
inherit distutils-r1
@@ -13,8 +13,6 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="|| ( LGPL-2.1 LGPL-3 )"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND=">=dev-vcs/subversion-1.4"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/subvertpy/
@ 2020-08-02 9:33 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2020-08-02 9:33 UTC (permalink / raw
To: gentoo-commits
commit: 684da4149e6d07273f773b1367aa90876568db4e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 2 09:24:59 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 2 09:24:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=684da414
dev-python/subvertpy: Remove py2.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/subvertpy/subvertpy-0.10.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/subvertpy/subvertpy-0.10.1.ebuild b/dev-python/subvertpy/subvertpy-0.10.1.ebuild
index 40de035a89c..f5e3b86695a 100644
--- a/dev-python/subvertpy/subvertpy-0.10.1.ebuild
+++ b/dev-python/subvertpy/subvertpy-0.10.1.ebuild
@@ -4,7 +4,7 @@
EAPI=6
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/subvertpy/
@ 2020-12-11 12:58 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2020-12-11 12:58 UTC (permalink / raw
To: gentoo-commits
commit: ec16feef9cd7cdd92d9857f851b7caef41ad90db
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 11 12:34:26 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 11 12:58:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec16feef
dev-python/subvertpy: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/subvertpy/subvertpy-0.10.1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/subvertpy/subvertpy-0.10.1.ebuild b/dev-python/subvertpy/subvertpy-0.10.1.ebuild
index f5e3b86695a..ee01baf4ded 100644
--- a/dev-python/subvertpy/subvertpy-0.10.1.ebuild
+++ b/dev-python/subvertpy/subvertpy-0.10.1.ebuild
@@ -9,7 +9,9 @@ PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Alternative Python bindings for Subversion"
-HOMEPAGE="https://jelmer.uk/code/subvertpy/ https://pypi.org/project/subvertpy"
+HOMEPAGE="
+ https://jelmer.uk/code/subvertpy/
+ https://pypi.org/project/subvertpy/"
SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="|| ( LGPL-2.1 LGPL-3 )"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2020-12-11 12:58 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-29 9:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/subvertpy/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2020-12-11 12:58 Michał Górny
2020-08-02 9:33 Michał Górny
2020-04-26 12:51 Michał Górny
2020-04-26 12:51 Michał Górny
2018-04-20 22:04 Michał Górny
2018-04-20 22:04 Michał Górny
2017-11-09 22:05 Mike Gilbert
2017-08-11 17:06 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