[gentoo-commits] repo/gentoo:master commit in: dev-python/duecredit/, profiles/

2023-03-18 Thread David Seifert
commit: c4784e2e3c44f20aa6e9d0fd163a2dd9b950167e
Author: David Seifert  gentoo  org>
AuthorDate: Sat Mar 18 16:42:49 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Mar 18 16:42:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4784e2e

dev-python/duecredit: treeclean

Closes: https://bugs.gentoo.org/888239
Signed-off-by: David Seifert  gentoo.org>

 dev-python/duecredit/Manifest   |  1 -
 dev-python/duecredit/duecredit-0.9.2.ebuild | 29 -
 dev-python/duecredit/metadata.xml   | 17 -
 profiles/package.mask   |  1 -
 4 files changed, 48 deletions(-)

diff --git a/dev-python/duecredit/Manifest b/dev-python/duecredit/Manifest
deleted file mode 100644
index 44360c87dc0c..
--- a/dev-python/duecredit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST duecredit-0.9.2.tar.gz 80998 BLAKE2B 
5b8689122909828cac3fb0ba5566ea28de7083c8cec777f92bfae4590cf1f3ddfc8f759872f722f0e3a3fdaff5178d8aa77d7c7cf2ee14a9aebb71df3647a8b3
 SHA512 
bb40dba6e3b9b214f2ec45bb9ed3e9056c608ab1eec31aa9ca4e101aae4263b602da5fe92a988ea403348583e8fbb0aec0ebd0178567d36f157607e80066877c

diff --git a/dev-python/duecredit/duecredit-0.9.2.ebuild 
b/dev-python/duecredit/duecredit-0.9.2.ebuild
deleted file mode 100644
index 6a1444cfd12b..
--- a/dev-python/duecredit/duecredit-0.9.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Publications (and donations) tracer"
-HOMEPAGE="https://github.com/duecredit/duecredit";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/citeproc-py-0.4[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # internet?
-   
'duecredit/tests/test_api.py::test_noincorrect_import_if_no_lxml_numpy[kwargs1-env2]'
-)

diff --git a/dev-python/duecredit/metadata.xml 
b/dev-python/duecredit/metadata.xml
deleted file mode 100644
index a18004074da3..
--- a/dev-python/duecredit/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   pyt...@gentoo.org
-   Python
-   
-   
-   ale...@gentoo.org
-   Alexey Shvetsov
-   
-   
-   
-   duecredit/duecredit
-   duecredit
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 258ee6685f9f..9369da13ab84 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -286,7 +286,6 @@ acct-group/jabber
 # dependencies left.
 # Removal on 2023-03-04.  Bug #888239.
 dev-python/citeproc-py
-dev-python/duecredit
 
 # Michał Górny  (2023-02-01)
 # dev-python/blockdiag still requires dev-python/nose.  There was a PR



[gentoo-commits] repo/gentoo:master commit in: dev-python/duecredit/

2023-03-15 Thread Michał Górny
commit: 49c57fd9a7b4fd837fb1eeb048f16f254bf828aa
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 17:45:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 03:45:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c57fd9

dev-python/duecredit: Use pypi.eclass

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/duecredit/duecredit-0.9.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/duecredit/duecredit-0.9.2.ebuild 
b/dev-python/duecredit/duecredit-0.9.2.ebuild
index 695d621282e5..6a1444cfd12b 100644
--- a/dev-python/duecredit/duecredit-0.9.2.ebuild
+++ b/dev-python/duecredit/duecredit-0.9.2.ebuild
@@ -6,11 +6,10 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..10} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Publications (and donations) tracer"
 HOMEPAGE="https://github.com/duecredit/duecredit";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/duecredit/

2023-02-01 Thread Michał Górny
commit: 6998cab0edb5999cf171813c1d9f4ef5ed41394a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  2 04:53:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  2 05:42:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6998cab0

dev-python/duecredit: Bump to 0.9.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/duecredit/Manifest   |  1 +
 dev-python/duecredit/duecredit-0.9.2.ebuild | 30 +
 2 files changed, 31 insertions(+)

diff --git a/dev-python/duecredit/Manifest b/dev-python/duecredit/Manifest
index 6dff472bd02a..a2bba2dbb3f3 100644
--- a/dev-python/duecredit/Manifest
+++ b/dev-python/duecredit/Manifest
@@ -1 +1,2 @@
 DIST duecredit-0.9.1.tar.gz 81528 BLAKE2B 
f07eb552682c0d9c8c0763ad3bd9447a1ffd8c4187a26249062db34d42c184d461b3102af30c2f5712175692e18f73e70e75dd047ac728071f409f7e92e42635
 SHA512 
39b5800545b51b1e4fe5cb3b25162c9398b97f58df1651e4b518db48eca84faf0c4c70806334a619bad1a4ddb0f203a3eac849655a1a6c6e0b070889ec75ea19
+DIST duecredit-0.9.2.tar.gz 80998 BLAKE2B 
5b8689122909828cac3fb0ba5566ea28de7083c8cec777f92bfae4590cf1f3ddfc8f759872f722f0e3a3fdaff5178d8aa77d7c7cf2ee14a9aebb71df3647a8b3
 SHA512 
bb40dba6e3b9b214f2ec45bb9ed3e9056c608ab1eec31aa9ca4e101aae4263b602da5fe92a988ea403348583e8fbb0aec0ebd0178567d36f157607e80066877c

diff --git a/dev-python/duecredit/duecredit-0.9.2.ebuild 
b/dev-python/duecredit/duecredit-0.9.2.ebuild
new file mode 100644
index ..695d621282e5
--- /dev/null
+++ b/dev-python/duecredit/duecredit-0.9.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Publications (and donations) tracer"
+HOMEPAGE="https://github.com/duecredit/duecredit";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/citeproc-py-0.4[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # internet?
+   
'duecredit/tests/test_api.py::test_noincorrect_import_if_no_lxml_numpy[kwargs1-env2]'
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/duecredit/

2021-10-22 Thread Arthur Zamarin
commit: 236404afafdf9e07eee0d292f4b5717bccb582f1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct 22 16:48:12 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 22 17:20:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=236404af

dev-python/duecredit: enable py3.10, small cleanup

Closes: https://bugs.gentoo.org/812374
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/duecredit/duecredit-0.9.1.ebuild | 20 +---
 1 file changed, 5 insertions(+), 15 deletions(-)

diff --git a/dev-python/duecredit/duecredit-0.9.1.ebuild 
b/dev-python/duecredit/duecredit-0.9.1.ebuild
index da81018c7a2..ad8014870d4 100644
--- a/dev-python/duecredit/duecredit-0.9.1.ebuild
+++ b/dev-python/duecredit/duecredit-0.9.1.ebuild
@@ -3,10 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Publications (and donations) tracer"
@@ -21,18 +18,11 @@ RDEPEND="
>=dev-python/citeproc-py-0.4[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/importlib_metadata[${PYTHON_USEDEP}]
-   ' python3_7)
 "
 
 distutils_enable_tests pytest
 
-python_test() {
-   local deselect=(
-   # internet?
-   
'duecredit/tests/test_api.py::test_noincorrect_import_if_no_lxml_numpy[kwargs1-env2]'
-   )
-
-   epytest ${deselect[@]/#/--deselect }
-}
+EPYTEST_DESELECT=(
+   # internet?
+   
'duecredit/tests/test_api.py::test_noincorrect_import_if_no_lxml_numpy[kwargs1-env2]'
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/duecredit/

2021-10-22 Thread Arthur Zamarin
commit: 214e42f420b1d80d9c2829cf3b0565a08465cad7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct 22 16:48:34 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 22 17:20:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=214e42f4

dev-python/duecredit: mark ALLARCHES

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/duecredit/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/duecredit/metadata.xml 
b/dev-python/duecredit/metadata.xml
index 4c5632ed447..a18004074da 100644
--- a/dev-python/duecredit/metadata.xml
+++ b/dev-python/duecredit/metadata.xml
@@ -9,6 +9,7 @@
ale...@gentoo.org
Alexey Shvetsov

+   

duecredit/duecredit
duecredit



[gentoo-commits] repo/gentoo:master commit in: dev-python/duecredit/

2021-10-17 Thread Michał Górny
commit: 2512abc69ce8af4b4b3f9d78ea025f280860c6bf
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 08:13:26 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 08:23:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2512abc6

dev-python/duecredit: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/duecredit/Manifest   |  2 --
 dev-python/duecredit/duecredit-0.7.0.ebuild | 26 --
 dev-python/duecredit/duecredit-0.8.0.ebuild | 27 ---
 3 files changed, 55 deletions(-)

diff --git a/dev-python/duecredit/Manifest b/dev-python/duecredit/Manifest
index 235a8d4d69f..6dff472bd02 100644
--- a/dev-python/duecredit/Manifest
+++ b/dev-python/duecredit/Manifest
@@ -1,3 +1 @@
-DIST duecredit-0.7.0.tar.gz 66131 BLAKE2B 
3f32c1a4e62d4650d6914f4e124907170a50d63900fbb009b870b3f9c9eace27b76500e655cb74caea0ce22cfadd62f81a84a438c1cb82092502661f1d4e0c03
 SHA512 
a32ead3e0710323d5ab3283a3b2d1cb03e03bf925f78fdb3b5182079851127b8b674492bd402667e57ec113d1ec05f9c3490642f8d0fba6a8f3ddfd706a052c1
-DIST duecredit-0.8.0.tar.gz 68211 BLAKE2B 
4c25bf2284d8be5f92c3f7589b6a787c97618476f60cf4a9dc7a063c2f85208b8d6da84630d63fdc7a3920cf6639940184b6e516eb76a692be72b91bd484001b
 SHA512 
1924c626003f0a97652ff24c29822b872e66ae8cbaeaf93877319c76bd7c2b2a5a85ba659a9485460d56c41bc25ae0e14230e0a30bd028402cb7d814b4aeeea3
 DIST duecredit-0.9.1.tar.gz 81528 BLAKE2B 
f07eb552682c0d9c8c0763ad3bd9447a1ffd8c4187a26249062db34d42c184d461b3102af30c2f5712175692e18f73e70e75dd047ac728071f409f7e92e42635
 SHA512 
39b5800545b51b1e4fe5cb3b25162c9398b97f58df1651e4b518db48eca84faf0c4c70806334a619bad1a4ddb0f203a3eac849655a1a6c6e0b070889ec75ea19

diff --git a/dev-python/duecredit/duecredit-0.7.0.ebuild 
b/dev-python/duecredit/duecredit-0.7.0.ebuild
deleted file mode 100644
index 3d376fb944a..000
--- a/dev-python/duecredit/duecredit-0.7.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Publications (and donations) tracer"
-HOMEPAGE="https://github.com/duecredit/duecredit";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/citeproc-py-0.4[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="
-   ${RDEPEND}"

diff --git a/dev-python/duecredit/duecredit-0.8.0.ebuild 
b/dev-python/duecredit/duecredit-0.8.0.ebuild
deleted file mode 100644
index ab651feaeea..000
--- a/dev-python/duecredit/duecredit-0.8.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Publications (and donations) tracer"
-HOMEPAGE="https://github.com/duecredit/duecredit";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/citeproc-py-0.4[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="test? ( dev-python/citeproc-py[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/duecredit/

2021-04-14 Thread Michał Górny
commit: 5b002034d7873e2149b98078fd5e1a024a6aeacc
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 14 06:50:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 14 07:18:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b002034

dev-python/duecredit: Bump to 0.9.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/duecredit/Manifest   |  1 +
 dev-python/duecredit/duecredit-0.9.1.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/duecredit/Manifest b/dev-python/duecredit/Manifest
index 178d06d501b..235a8d4d69f 100644
--- a/dev-python/duecredit/Manifest
+++ b/dev-python/duecredit/Manifest
@@ -1,2 +1,3 @@
 DIST duecredit-0.7.0.tar.gz 66131 BLAKE2B 
3f32c1a4e62d4650d6914f4e124907170a50d63900fbb009b870b3f9c9eace27b76500e655cb74caea0ce22cfadd62f81a84a438c1cb82092502661f1d4e0c03
 SHA512 
a32ead3e0710323d5ab3283a3b2d1cb03e03bf925f78fdb3b5182079851127b8b674492bd402667e57ec113d1ec05f9c3490642f8d0fba6a8f3ddfd706a052c1
 DIST duecredit-0.8.0.tar.gz 68211 BLAKE2B 
4c25bf2284d8be5f92c3f7589b6a787c97618476f60cf4a9dc7a063c2f85208b8d6da84630d63fdc7a3920cf6639940184b6e516eb76a692be72b91bd484001b
 SHA512 
1924c626003f0a97652ff24c29822b872e66ae8cbaeaf93877319c76bd7c2b2a5a85ba659a9485460d56c41bc25ae0e14230e0a30bd028402cb7d814b4aeeea3
+DIST duecredit-0.9.1.tar.gz 81528 BLAKE2B 
f07eb552682c0d9c8c0763ad3bd9447a1ffd8c4187a26249062db34d42c184d461b3102af30c2f5712175692e18f73e70e75dd047ac728071f409f7e92e42635
 SHA512 
39b5800545b51b1e4fe5cb3b25162c9398b97f58df1651e4b518db48eca84faf0c4c70806334a619bad1a4ddb0f203a3eac849655a1a6c6e0b070889ec75ea19

diff --git a/dev-python/duecredit/duecredit-0.9.1.ebuild 
b/dev-python/duecredit/duecredit-0.9.1.ebuild
new file mode 100644
index 000..da81018c7a2
--- /dev/null
+++ b/dev-python/duecredit/duecredit-0.9.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Publications (and donations) tracer"
+HOMEPAGE="https://github.com/duecredit/duecredit";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/citeproc-py-0.4[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/importlib_metadata[${PYTHON_USEDEP}]
+   ' python3_7)
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local deselect=(
+   # internet?
+   
'duecredit/tests/test_api.py::test_noincorrect_import_if_no_lxml_numpy[kwargs1-env2]'
+   )
+
+   epytest ${deselect[@]/#/--deselect }
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/duecredit/

2021-01-12 Thread Sam James
commit: 118c911687065871e85c1c266bdd68bc562fa9e6
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 17:10:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 18:13:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=118c9116

dev-python/duecredit: bump to 0.8.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/duecredit/Manifest   |  1 +
 dev-python/duecredit/duecredit-0.8.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/duecredit/Manifest b/dev-python/duecredit/Manifest
index 94832067ac0..178d06d501b 100644
--- a/dev-python/duecredit/Manifest
+++ b/dev-python/duecredit/Manifest
@@ -1 +1,2 @@
 DIST duecredit-0.7.0.tar.gz 66131 BLAKE2B 
3f32c1a4e62d4650d6914f4e124907170a50d63900fbb009b870b3f9c9eace27b76500e655cb74caea0ce22cfadd62f81a84a438c1cb82092502661f1d4e0c03
 SHA512 
a32ead3e0710323d5ab3283a3b2d1cb03e03bf925f78fdb3b5182079851127b8b674492bd402667e57ec113d1ec05f9c3490642f8d0fba6a8f3ddfd706a052c1
+DIST duecredit-0.8.0.tar.gz 68211 BLAKE2B 
4c25bf2284d8be5f92c3f7589b6a787c97618476f60cf4a9dc7a063c2f85208b8d6da84630d63fdc7a3920cf6639940184b6e516eb76a692be72b91bd484001b
 SHA512 
1924c626003f0a97652ff24c29822b872e66ae8cbaeaf93877319c76bd7c2b2a5a85ba659a9485460d56c41bc25ae0e14230e0a30bd028402cb7d814b4aeeea3

diff --git a/dev-python/duecredit/duecredit-0.8.0.ebuild 
b/dev-python/duecredit/duecredit-0.8.0.ebuild
new file mode 100644
index 000..ab651feaeea
--- /dev/null
+++ b/dev-python/duecredit/duecredit-0.8.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Publications (and donations) tracer"
+HOMEPAGE="https://github.com/duecredit/duecredit";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/citeproc-py-0.4[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="test? ( dev-python/citeproc-py[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/duecredit/

2020-12-02 Thread Aaron Bauman
commit: 22962d6736a41921a97ab09bbc94360306495844
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Dec  3 01:23:34 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Dec  3 01:35:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22962d67

dev-python/duecredit: add py3_{8,9}. Fix DISTUTILS

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/duecredit/duecredit-0.7.0.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/duecredit/duecredit-0.7.0.ebuild 
b/dev-python/duecredit/duecredit-0.7.0.ebuild
index 7e4a4de6e9d..dc34504d06e 100644
--- a/dev-python/duecredit/duecredit-0.7.0.ebuild
+++ b/dev-python/duecredit/duecredit-0.7.0.ebuild
@@ -3,7 +3,10 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
 inherit distutils-r1
 
 DESCRIPTION="Publications (and donations) tracer"



[gentoo-commits] repo/gentoo:master commit in: dev-python/duecredit/

2020-03-27 Thread Michał Górny
commit: 0b3c0f35c212aed813470504752fae5c210f9aa8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 07:08:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 07:25:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b3c0f35

dev-python/duecredit: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/duecredit/Manifest  |  1 -
 dev-python/duecredit/duecredit-0.6.4-r1.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/duecredit/Manifest b/dev-python/duecredit/Manifest
index 1f0d3932854..94832067ac0 100644
--- a/dev-python/duecredit/Manifest
+++ b/dev-python/duecredit/Manifest
@@ -1,2 +1 @@
-DIST duecredit-0.6.4.tar.gz 65763 BLAKE2B 
590e5736a2a65153078a515fcba64dc3a34aa058311276a4144a40788140be563bf689956067a60179dcecd4b58b371c811dc9b50a0c7e21f6cf5d3193f2d17e
 SHA512 
4a11c743be40c1ef14e73d06ba4434964f9a62f6c19c8aa18b337b1f37526e770e020e672bcef5fc920a64c2a0f2a0eccec6917ec172078c4d3ea24ec0e1683d
 DIST duecredit-0.7.0.tar.gz 66131 BLAKE2B 
3f32c1a4e62d4650d6914f4e124907170a50d63900fbb009b870b3f9c9eace27b76500e655cb74caea0ce22cfadd62f81a84a438c1cb82092502661f1d4e0c03
 SHA512 
a32ead3e0710323d5ab3283a3b2d1cb03e03bf925f78fdb3b5182079851127b8b674492bd402667e57ec113d1ec05f9c3490642f8d0fba6a8f3ddfd706a052c1

diff --git a/dev-python/duecredit/duecredit-0.6.4-r1.ebuild 
b/dev-python/duecredit/duecredit-0.6.4-r1.ebuild
deleted file mode 100644
index 7e4a4de6e9d..000
--- a/dev-python/duecredit/duecredit-0.6.4-r1.ebuild
+++ /dev/null
@@ -1,23 +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} )
-inherit distutils-r1
-
-DESCRIPTION="Publications (and donations) tracer"
-HOMEPAGE="https://github.com/duecredit/duecredit";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/citeproc-py-0.4[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="
-   ${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/duecredit/

2020-02-04 Thread Michał Górny
commit: b777dd8d75dc1f1a2726f98e5337eed4a9a7861b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 15:37:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 15:40:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b777dd8d

dev-python/duecredit: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/duecredit/duecredit-0.6.4-r1.ebuild | 2 +-
 dev-python/duecredit/duecredit-0.7.0.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/duecredit/duecredit-0.6.4-r1.ebuild 
b/dev-python/duecredit/duecredit-0.6.4-r1.ebuild
index 3dc5dd55562..7e4a4de6e9d 100644
--- a/dev-python/duecredit/duecredit-0.6.4-r1.ebuild
+++ b/dev-python/duecredit/duecredit-0.6.4-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Publications (and donations) tracer"

diff --git a/dev-python/duecredit/duecredit-0.7.0.ebuild 
b/dev-python/duecredit/duecredit-0.7.0.ebuild
index 3dc5dd55562..7e4a4de6e9d 100644
--- a/dev-python/duecredit/duecredit-0.7.0.ebuild
+++ b/dev-python/duecredit/duecredit-0.7.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Publications (and donations) tracer"



[gentoo-commits] repo/gentoo:master commit in: dev-python/duecredit/

2019-12-26 Thread Alexey Shvetsov
commit: 8f6ae19516be3c4458066351165167799f565a80
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Thu Dec 26 07:27:37 2019 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Thu Dec 26 07:27:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6ae195

dev-python/duecredit: Version bump

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Alexey Shvetsov  gentoo.org>

 dev-python/duecredit/Manifest   |  1 +
 dev-python/duecredit/duecredit-0.7.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/duecredit/Manifest b/dev-python/duecredit/Manifest
index 970a265a466..1f0d3932854 100644
--- a/dev-python/duecredit/Manifest
+++ b/dev-python/duecredit/Manifest
@@ -1 +1,2 @@
 DIST duecredit-0.6.4.tar.gz 65763 BLAKE2B 
590e5736a2a65153078a515fcba64dc3a34aa058311276a4144a40788140be563bf689956067a60179dcecd4b58b371c811dc9b50a0c7e21f6cf5d3193f2d17e
 SHA512 
4a11c743be40c1ef14e73d06ba4434964f9a62f6c19c8aa18b337b1f37526e770e020e672bcef5fc920a64c2a0f2a0eccec6917ec172078c4d3ea24ec0e1683d
+DIST duecredit-0.7.0.tar.gz 66131 BLAKE2B 
3f32c1a4e62d4650d6914f4e124907170a50d63900fbb009b870b3f9c9eace27b76500e655cb74caea0ce22cfadd62f81a84a438c1cb82092502661f1d4e0c03
 SHA512 
a32ead3e0710323d5ab3283a3b2d1cb03e03bf925f78fdb3b5182079851127b8b674492bd402667e57ec113d1ec05f9c3490642f8d0fba6a8f3ddfd706a052c1

diff --git a/dev-python/duecredit/duecredit-0.7.0.ebuild 
b/dev-python/duecredit/duecredit-0.7.0.ebuild
new file mode 100644
index 000..fc106d66d2d
--- /dev/null
+++ b/dev-python/duecredit/duecredit-0.7.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+inherit distutils-r1
+
+DESCRIPTION="Publications (and donations) tracer"
+HOMEPAGE="https://github.com/duecredit/duecredit";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/citeproc-py-0.4[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="
+   ${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/duecredit/

2019-11-17 Thread Alexey Shvetsov
commit: a2c9c747137c456e10eba2d07b6b523a88690c51
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Sun Nov 17 13:23:05 2019 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Sun Nov 17 15:12:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c9c747

dev-python/duecredit: Add py3.7 and move to eapi7

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Alexey Shvetsov  gentoo.org>

 .../{duecredit-0.6.4.ebuild => duecredit-0.6.4-r1.ebuild} | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/duecredit/duecredit-0.6.4.ebuild 
b/dev-python/duecredit/duecredit-0.6.4-r1.ebuild
similarity index 84%
rename from dev-python/duecredit/duecredit-0.6.4.ebuild
rename to dev-python/duecredit/duecredit-0.6.4-r1.ebuild
index 315503695ad..fc106d66d2d 100644
--- a/dev-python/duecredit/duecredit-0.6.4.ebuild
+++ b/dev-python/duecredit/duecredit-0.6.4-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Publications (and donations) tracer"
@@ -15,7 +15,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="
+RDEPEND="
>=dev-python/citeproc-py-0.4[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="
+   ${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/duecredit/

2018-06-28 Thread Alexey Shvetsov
commit: faee7f6566589a1ddb56ea8dc4d6de08a7977d82
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Thu Jun 28 12:07:17 2018 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Thu Jun 28 12:19:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faee7f65

dev-python/duecredit: Initial import

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/duecredit/Manifest   |  1 +
 dev-python/duecredit/duecredit-0.6.4.ebuild | 21 +
 dev-python/duecredit/metadata.xml   | 15 +++
 3 files changed, 37 insertions(+)

diff --git a/dev-python/duecredit/Manifest b/dev-python/duecredit/Manifest
new file mode 100644
index 000..970a265a466
--- /dev/null
+++ b/dev-python/duecredit/Manifest
@@ -0,0 +1 @@
+DIST duecredit-0.6.4.tar.gz 65763 BLAKE2B 
590e5736a2a65153078a515fcba64dc3a34aa058311276a4144a40788140be563bf689956067a60179dcecd4b58b371c811dc9b50a0c7e21f6cf5d3193f2d17e
 SHA512 
4a11c743be40c1ef14e73d06ba4434964f9a62f6c19c8aa18b337b1f37526e770e020e672bcef5fc920a64c2a0f2a0eccec6917ec172078c4d3ea24ec0e1683d

diff --git a/dev-python/duecredit/duecredit-0.6.4.ebuild 
b/dev-python/duecredit/duecredit-0.6.4.ebuild
new file mode 100644
index 000..5027172f3e2
--- /dev/null
+++ b/dev-python/duecredit/duecredit-0.6.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+inherit distutils-r1
+
+DESCRIPTION="Publications (and donations) tracer"
+HOMEPAGE="https://github.com/duecredit/duecredit";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-python/citeproc-py-0.4[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"

diff --git a/dev-python/duecredit/metadata.xml 
b/dev-python/duecredit/metadata.xml
new file mode 100644
index 000..4da5669f0f1
--- /dev/null
+++ b/dev-python/duecredit/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   ale...@gentoo.org
+   Alexey Shvetsov
+   
+   
+   duecredit/duecredit
+   
+