public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/GitPython/
  2020-03-09 17:04 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-03-09 17:55 ` Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-03-09 17:55 UTC (permalink / raw
  To: gentoo-commits

commit:     7375c49c7c51697061418a5f503cde45056f50fd
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Mar  9 17:04:40 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Mar  9 17:04:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7375c49c

dev-python/GitPython: A python library used to interact with Git repos

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/GitPython/GitPython-3.1.0.ebuild | 25 +++++++++++++++++++++++++
 dev-python/GitPython/Manifest               |  1 +
 dev-python/GitPython/metadata.xml           |  9 +++++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-python/GitPython/GitPython-3.1.0.ebuild b/dev-python/GitPython/GitPython-3.1.0.ebuild
new file mode 100644
index 0000000..c6bc534
--- /dev/null
+++ b/dev-python/GitPython/GitPython-3.1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="A python library used to interact with Git repositories"
+HOMEPAGE="https://github.com/gitpython-developers/GitPython"
+SRC_URI="https://github.com/gitpython-developers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RESTRICT="test" #requires git repository
+
+RDEPEND="dev-python/gitdb2[${PYTHON_USEDEP}]"
+
+BDEPEND="test? ( dev-python/ddt[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests nose
+distutils_enable_sphinx doc/source dev-python/sphinx_rtd_theme

diff --git a/dev-python/GitPython/Manifest b/dev-python/GitPython/Manifest
new file mode 100644
index 0000000..c7e4835
--- /dev/null
+++ b/dev-python/GitPython/Manifest
@@ -0,0 +1 @@
+DIST GitPython-3.1.0.tar.gz 441018 BLAKE2B ccccc6134abc6cf12a8a484f55465ceac52a118e17901f15443aabe4333a917012877fe7ea58b1cbf97fcbd030005e61c782d9f1d19b4d26fa27515b82de1a81 SHA512 29d01a8b3a484fc62521b7f03a75e801d7b98e007652956f73e5532d064992f802cf6f1da2c380b66cfb55a2d0a487b8f28199fd241136a7d74df02f41859c3c

diff --git a/dev-python/GitPython/metadata.xml b/dev-python/GitPython/metadata.xml
new file mode 100644
index 0000000..628ab20
--- /dev/null
+++ b/dev-python/GitPython/metadata.xml
@@ -0,0 +1,9 @@
+<?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>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/GitPython/
@ 2020-03-12  8:18 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-03-12  8:18 UTC (permalink / raw
  To: gentoo-commits

commit:     791f1cadcaf66231ce77b1b23748c4cc2b01e20f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar 12 08:13:14 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar 12 08:13:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=791f1cad

dev-python/GitPython: depend on gitdb instead of gitdb2

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/GitPython/GitPython-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/GitPython/GitPython-3.1.0.ebuild b/dev-python/GitPython/GitPython-3.1.0.ebuild
index c6bc534..9c0bcb4 100644
--- a/dev-python/GitPython/GitPython-3.1.0.ebuild
+++ b/dev-python/GitPython/GitPython-3.1.0.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
 
 RESTRICT="test" #requires git repository
 
-RDEPEND="dev-python/gitdb2[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/gitdb[${PYTHON_USEDEP}]"
 
 BDEPEND="test? ( dev-python/ddt[${PYTHON_USEDEP}] )"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/GitPython/
@ 2020-03-12 10:20 Andrew Ammerlaan
  2020-03-12 10:21 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-03-12 10:20 UTC (permalink / raw
  To: gentoo-commits

commit:     5c461318d728bb1805abb2cc7a427b927fefff5d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar 12 10:20:04 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar 12 10:20:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c461318

dev-python/GitPython: add py3_8

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/GitPython/GitPython-3.1.0.ebuild | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/dev-python/GitPython/GitPython-3.1.0.ebuild b/dev-python/GitPython/GitPython-3.1.0.ebuild
index 9c0bcb4..abbc706 100644
--- a/dev-python/GitPython/GitPython-3.1.0.ebuild
+++ b/dev-python/GitPython/GitPython-3.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 
@@ -15,11 +15,22 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RESTRICT="test" #requires git repository
+RESTRICT="test" # only works inside upstream git repo
 
 RDEPEND="dev-python/gitdb[${PYTHON_USEDEP}]"
 
 BDEPEND="test? ( dev-python/ddt[${PYTHON_USEDEP}] )"
 
-distutils_enable_tests nose
+distutils_enable_tests pytest
 distutils_enable_sphinx doc/source dev-python/sphinx_rtd_theme
+
+python_test() {
+	cd "${S}" || die
+	git init || die
+	git config user.email "you@example.com" || die
+	git config user.name "Your Name" || die
+	git add -A || die
+	git commit -q -m ".." || die
+
+	pytest -vv || die "Tests fail with ${EPYTHON}"
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/GitPython/
  2020-03-12 10:20 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/GitPython/ Andrew Ammerlaan
@ 2020-03-12 10:21 ` Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-03-12 10:21 UTC (permalink / raw
  To: gentoo-commits

commit:     5c461318d728bb1805abb2cc7a427b927fefff5d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar 12 10:20:04 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar 12 10:20:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c461318

dev-python/GitPython: add py3_8

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/GitPython/GitPython-3.1.0.ebuild | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/dev-python/GitPython/GitPython-3.1.0.ebuild b/dev-python/GitPython/GitPython-3.1.0.ebuild
index 9c0bcb4..abbc706 100644
--- a/dev-python/GitPython/GitPython-3.1.0.ebuild
+++ b/dev-python/GitPython/GitPython-3.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 
@@ -15,11 +15,22 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RESTRICT="test" #requires git repository
+RESTRICT="test" # only works inside upstream git repo
 
 RDEPEND="dev-python/gitdb[${PYTHON_USEDEP}]"
 
 BDEPEND="test? ( dev-python/ddt[${PYTHON_USEDEP}] )"
 
-distutils_enable_tests nose
+distutils_enable_tests pytest
 distutils_enable_sphinx doc/source dev-python/sphinx_rtd_theme
+
+python_test() {
+	cd "${S}" || die
+	git init || die
+	git config user.email "you@example.com" || die
+	git config user.name "Your Name" || die
+	git add -A || die
+	git commit -q -m ".." || die
+
+	pytest -vv || die "Tests fail with ${EPYTHON}"
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/GitPython/
@ 2020-03-12 14:00 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-03-12 14:00 UTC (permalink / raw
  To: gentoo-commits

commit:     ff7bd5e7d98c93dd404184c8a28340ce8bd34ded
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar 12 13:49:02 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar 12 13:49:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff7bd5e7

dev-python/GitPython: removed, duplicated of dev-python/git-python

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/GitPython/GitPython-3.1.0.ebuild | 36 -----------------------------
 dev-python/GitPython/Manifest               |  1 -
 dev-python/GitPython/metadata.xml           |  9 --------
 3 files changed, 46 deletions(-)

diff --git a/dev-python/GitPython/GitPython-3.1.0.ebuild b/dev-python/GitPython/GitPython-3.1.0.ebuild
deleted file mode 100644
index abbc706..0000000
--- a/dev-python/GitPython/GitPython-3.1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="A python library used to interact with Git repositories"
-HOMEPAGE="https://github.com/gitpython-developers/GitPython"
-SRC_URI="https://github.com/gitpython-developers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RESTRICT="test" # only works inside upstream git repo
-
-RDEPEND="dev-python/gitdb[${PYTHON_USEDEP}]"
-
-BDEPEND="test? ( dev-python/ddt[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx doc/source dev-python/sphinx_rtd_theme
-
-python_test() {
-	cd "${S}" || die
-	git init || die
-	git config user.email "you@example.com" || die
-	git config user.name "Your Name" || die
-	git add -A || die
-	git commit -q -m ".." || die
-
-	pytest -vv || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/GitPython/Manifest b/dev-python/GitPython/Manifest
deleted file mode 100644
index c7e4835..0000000
--- a/dev-python/GitPython/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST GitPython-3.1.0.tar.gz 441018 BLAKE2B ccccc6134abc6cf12a8a484f55465ceac52a118e17901f15443aabe4333a917012877fe7ea58b1cbf97fcbd030005e61c782d9f1d19b4d26fa27515b82de1a81 SHA512 29d01a8b3a484fc62521b7f03a75e801d7b98e007652956f73e5532d064992f802cf6f1da2c380b66cfb55a2d0a487b8f28199fd241136a7d74df02f41859c3c

diff --git a/dev-python/GitPython/metadata.xml b/dev-python/GitPython/metadata.xml
deleted file mode 100644
index 628ab20..0000000
--- a/dev-python/GitPython/metadata.xml
+++ /dev/null
@@ -1,9 +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>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-03-12 14:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-12 10:20 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/GitPython/ Andrew Ammerlaan
2020-03-12 10:21 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2020-03-12 14:00 Andrew Ammerlaan
2020-03-12  8:18 Andrew Ammerlaan
2020-03-09 17:04 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-09 17:55 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

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