* [gentoo-commits] repo/gentoo:master commit in: dev-python/txgithub/
@ 2016-08-09 23:52 Brian Dolbec
0 siblings, 0 replies; 10+ messages in thread
From: Brian Dolbec @ 2016-08-09 23:52 UTC (permalink / raw
To: gentoo-commits
commit: 661c66b3fd0b8adcc719beb412493bd36958f033
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 9 22:07:19 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Aug 9 23:47:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=661c66b3
dev-python/txgithub: New package, dep of buildbot-0.9
Package-Manager: portage-2.3.0
dev-python/txgithub/Manifest | 1 +
dev-python/txgithub/metadata.xml | 20 ++++++++++++++++++++
dev-python/txgithub/txgithub-15.0.0.ebuild | 24 ++++++++++++++++++++++++
3 files changed, 45 insertions(+)
diff --git a/dev-python/txgithub/Manifest b/dev-python/txgithub/Manifest
new file mode 100644
index 0000000..a24e205
--- /dev/null
+++ b/dev-python/txgithub/Manifest
@@ -0,0 +1 @@
+DIST txgithub-15.0.0.tar.gz 9871 SHA256 1427b52d12369b8c6789ba9cfcb62e94c4f95771642eb6311dabd5fe3e1b1f1f SHA512 40449089c7c82e901f738935e915a2a6e250600f46ceea7011ef48357851513dccd0fe0f45539cff6de8a45acfe3e34082156e2b70e54dec695633be01d03510 WHIRLPOOL ac7e1f542b6ec228f7bde83565c6d4410b0dae7bb0ae6cd1754bacf6bd47f5471e16b006ef1c145d180711d5a82a44de988c7bf2ca95b0907a0595a18a89ca9b
diff --git a/dev-python/txgithub/metadata.xml b/dev-python/txgithub/metadata.xml
new file mode 100644
index 0000000..eadceab
--- /dev/null
+++ b/dev-python/txgithub/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>dol-sen@gentoo.org</email>
+ <description>Primary maintainer</description>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <email>tom.prince@ualberta.net</email>
+ <name>Tom Prince</name>
+ </maintainer>
+ <remote-id type="pypi">txgithub</remote-id>
+ </upstream>
+ <longdescription>txgithub is a library based on Twisted for accessing GitHub's API version 3</longdescription>
+</pkgmetadata>
diff --git a/dev-python/txgithub/txgithub-15.0.0.ebuild b/dev-python/txgithub/txgithub-15.0.0.ebuild
new file mode 100644
index 0000000..f914430
--- /dev/null
+++ b/dev-python/txgithub/txgithub-15.0.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils distutils-r1
+
+DESCRIPTION="GitHub API client implemented using Twisted"
+HOMEPAGE="https://github.com/tomprince/txgithub https://pypi.python.org/pypi/txgithub"
+SRC_URI="https://github.com/tomprince/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+ >=dev-python/twisted-core-12.3.0[${PYTHON_USEDEP}]
+ >=dev-python/twisted-web-12.3.0[${PYTHON_USEDEP}]
+ dev-python/pyopenssl[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/txgithub/
@ 2016-10-22 1:26 Brian Dolbec
0 siblings, 0 replies; 10+ messages in thread
From: Brian Dolbec @ 2016-10-22 1:26 UTC (permalink / raw
To: gentoo-commits
commit: 9c7ce0b2f84ffed7da9d5986fe4c876c0a1b54bb
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 22 01:22:08 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Oct 22 01:25:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c7ce0b2
dev-python/txgithub: Fix metadata.xml email address typo
Package-Manager: portage-2.3.2
dev-python/txgithub/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/txgithub/metadata.xml b/dev-python/txgithub/metadata.xml
index eadceab..f592236 100644
--- a/dev-python/txgithub/metadata.xml
+++ b/dev-python/txgithub/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>dol-sen@gentoo.org</email>
+ <email>dolsen@gentoo.org</email>
<description>Primary maintainer</description>
</maintainer>
<maintainer type="project">
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/txgithub/
@ 2016-12-24 21:54 Brian Dolbec
0 siblings, 0 replies; 10+ messages in thread
From: Brian Dolbec @ 2016-12-24 21:54 UTC (permalink / raw
To: gentoo-commits
commit: ea9ead198ad6d9520ff421447174eb9e096a8edd
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 24 21:01:51 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 21:16:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9ead19
dev-python/txgithub: Fix twisted dep, add python_test()
Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1
Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
dev-python/txgithub/txgithub-15.0.0-r1.ebuild | 30 +++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
new file mode 100644
index 00000000..6462274
--- /dev/null
+++ b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils distutils-r1
+
+DESCRIPTION="GitHub API client implemented using Twisted"
+HOMEPAGE="https://github.com/tomprince/txgithub https://pypi.python.org/pypi/txgithub"
+SRC_URI="https://github.com/tomprince/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+ || ( >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
+ ( >=dev-python/twisted-core-12.3.0[${PYTHON_USEDEP}]
+ >=dev-python/twisted-web-12.3.0[${PYTHON_USEDEP}] )
+ )
+ dev-python/pyopenssl[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+python_test() {
+ PYTHONPATH="${S}/test:${BUILD_DIR}/lib" py.test -v || die "Tests failed under ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/txgithub/
@ 2017-05-02 17:43 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2017-05-02 17:43 UTC (permalink / raw
To: gentoo-commits
commit: 5d49ebf7fe9cef8e5a66927ab5f7a574c91208ef
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 2 17:20:42 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 2 17:43:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d49ebf7
dev-python/txgithub: Clean old versions up
dev-python/txgithub/txgithub-15.0.0.ebuild | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/dev-python/txgithub/txgithub-15.0.0.ebuild b/dev-python/txgithub/txgithub-15.0.0.ebuild
deleted file mode 100644
index 31253517719..00000000000
--- a/dev-python/txgithub/txgithub-15.0.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils distutils-r1
-
-DESCRIPTION="GitHub API client implemented using Twisted"
-HOMEPAGE="https://github.com/tomprince/txgithub https://pypi.python.org/pypi/txgithub"
-SRC_URI="https://github.com/tomprince/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
- >=dev-python/twisted-core-12.3.0[${PYTHON_USEDEP}]
- >=dev-python/twisted-web-12.3.0[${PYTHON_USEDEP}]
- dev-python/pyopenssl[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/txgithub/
@ 2017-05-16 2:10 Brian Dolbec
0 siblings, 0 replies; 10+ messages in thread
From: Brian Dolbec @ 2017-05-16 2:10 UTC (permalink / raw
To: gentoo-commits
commit: 6d6bcf1c922e9b6c55580fdde0c81b3177fd7fee
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 20:08:53 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue May 16 02:07:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d6bcf1c
dev-python/txgithub: Add python3_{4,5,6}
dev-python/txgithub/txgithub-15.0.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
index 5378894c82f..f036c3f7532 100644
--- a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
+++ b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6})
inherit eutils distutils-r1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/txgithub/
@ 2020-02-06 6:38 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2020-02-06 6:38 UTC (permalink / raw
To: gentoo-commits
commit: 8ad9f3ba07d8abe1eaab06384ad494af177eebde
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 06:27:22 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 06:38:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad9f3ba
dev-python/txgithub: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/txgithub/txgithub-15.0.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
index b35c7eb58d1..4cd49b57a03 100644
--- a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
+++ b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6)
+PYTHON_COMPAT=( python3_6)
inherit eutils distutils-r1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/txgithub/
@ 2020-03-26 17:36 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2020-03-26 17:36 UTC (permalink / raw
To: gentoo-commits
commit: c1c007337dc7c30afec8adf35eb4dcb71b486423
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 26 17:29:29 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 17:35:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c00733
dev-python/txgithub: Flatten twisted dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/txgithub/txgithub-15.0.0-r1.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
index 4cd49b57a03..e764dc68596 100644
--- a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
+++ b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
@@ -17,10 +17,7 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
- || ( >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
- ( >=dev-python/twisted-core-12.3.0[${PYTHON_USEDEP}]
- >=dev-python/twisted-web-12.3.0[${PYTHON_USEDEP}] )
- )
+ >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/txgithub/
@ 2020-04-26 12:51 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2020-04-26 12:51 UTC (permalink / raw
To: gentoo-commits
commit: e1337eb563f241fa6072849be1a6f481a41a092d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 12:50:29 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 12:51:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1337eb5
dev-python/txgithub: Remove pointless longdesc
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/txgithub/metadata.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/txgithub/metadata.xml b/dev-python/txgithub/metadata.xml
index 1d02a5eabbe..f478e677dbb 100644
--- a/dev-python/txgithub/metadata.xml
+++ b/dev-python/txgithub/metadata.xml
@@ -13,5 +13,4 @@
<remote-id type="pypi">txgithub</remote-id>
<remote-id type="github">tomprince/txgithub</remote-id>
</upstream>
- <longdescription>txgithub is a library based on Twisted for accessing GitHub's API version 3</longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/txgithub/
@ 2020-04-26 12:51 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2020-04-26 12:51 UTC (permalink / raw
To: gentoo-commits
commit: 438bf79012667bc4140173ec89a9ab16ac23e45a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 12:46:06 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 12:50:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438bf790
dev-python/txgithub: Enable py3.{7,8}
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/txgithub/txgithub-15.0.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
index e764dc68596..50ad0fbde27 100644
--- a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
+++ b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_6)
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit eutils distutils-r1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/txgithub/
@ 2020-04-26 15:51 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2020-04-26 15:51 UTC (permalink / raw
To: gentoo-commits
commit: 499efa087b31b3aecdec1a1b745e332a72d95939
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 15:45:04 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 15:50:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499efa08
dev-python/txgithub: Drop to maint-needed
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/txgithub/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/txgithub/metadata.xml b/dev-python/txgithub/metadata.xml
index f478e677dbb..663a9febf18 100644
--- a/dev-python/txgithub/metadata.xml
+++ b/dev-python/txgithub/metadata.xml
@@ -1,10 +1,7 @@
<?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>
+ <!--maintainer-needed-->
<upstream>
<maintainer>
<email>tom.prince@ualberta.net</email>
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2020-04-26 15:51 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-06 6:38 [gentoo-commits] repo/gentoo:master commit in: dev-python/txgithub/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2020-04-26 15:51 Michał Górny
2020-04-26 12:51 Michał Górny
2020-04-26 12:51 Michał Górny
2020-03-26 17:36 Michał Górny
2017-05-16 2:10 Brian Dolbec
2017-05-02 17:43 Michał Górny
2016-12-24 21:54 Brian Dolbec
2016-10-22 1:26 Brian Dolbec
2016-08-09 23:52 Brian Dolbec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox