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

2023-07-05 Thread Michał Górny
commit: d203bd19eca54ae111fe61060eb05ae0ec53d4e0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  5 08:00:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  5 08:03:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d203bd19

dev-python/incremental: Remove old

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

 dev-python/incremental/incremental-22.10.0.ebuild | 29 ---
 1 file changed, 29 deletions(-)

diff --git a/dev-python/incremental/incremental-22.10.0.ebuild 
b/dev-python/incremental/incremental-22.10.0.ebuild
deleted file mode 100644
index a2effcd179c4..
--- a/dev-python/incremental/incremental-22.10.0.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..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Incremental is a small library that versions your Python projects"
-HOMEPAGE="https://github.com/twisted/incremental 
https://pypi.org/project/incremental/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/click[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? ( dev-python/twisted[${PYTHON_USEDEP}] )"
-
-python_test() {
-   "${EPYTHON}" -m twisted.trial incremental ||
-   die "Tests failed on ${EPYTHON}"
-}



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

2023-07-04 Thread Arthur Zamarin
commit: 89084b983fb232a2bd287c51c82feceb74e3b0ae
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jul  5 05:55:55 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jul  5 05:55:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89084b98

dev-python/incremental: Stabilize 22.10.0-r1 ALLARCHES, #909686

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

 dev-python/incremental/incremental-22.10.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/incremental/incremental-22.10.0-r1.ebuild 
b/dev-python/incremental/incremental-22.10.0-r1.ebuild
index 99479a7fa049..f61cdd0845f9 100644
--- a/dev-python/incremental/incremental-22.10.0-r1.ebuild
+++ b/dev-python/incremental/incremental-22.10.0-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/twisted/incremental 
https://pypi.org/project/increm
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-05-29 Thread Michał Górny
commit: 050ab459277917260d2f90ecc3a1fdab6f3ce6b7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 29 09:26:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 29 09:31:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050ab459

dev-python/incremental: Keyword 22.10.0-r1 loong, #907337

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

 dev-python/incremental/incremental-22.10.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/incremental/incremental-22.10.0-r1.ebuild 
b/dev-python/incremental/incremental-22.10.0-r1.ebuild
index b87b7a134526..99479a7fa049 100644
--- a/dev-python/incremental/incremental-22.10.0-r1.ebuild
+++ b/dev-python/incremental/incremental-22.10.0-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/twisted/incremental 
https://pypi.org/project/increm
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-05-28 Thread Sam James
commit: f13a2e8a33c4771516ebb2e9feaaff527f2f1e6a
Author: Sam James  gentoo  org>
AuthorDate: Sat May 27 17:44:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 28 18:10:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f13a2e8a

dev-python/incremental: enable py3.12

New revision for ~loong.

Signed-off-by: Sam James  gentoo.org>

 .../incremental/incremental-22.10.0-r1.ebuild  | 29 ++
 1 file changed, 29 insertions(+)

diff --git a/dev-python/incremental/incremental-22.10.0-r1.ebuild 
b/dev-python/incremental/incremental-22.10.0-r1.ebuild
new file mode 100644
index ..b87b7a134526
--- /dev/null
+++ b/dev-python/incremental/incremental-22.10.0-r1.ebuild
@@ -0,0 +1,29 @@
+# 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_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Incremental is a small library that versions your Python projects"
+HOMEPAGE="https://github.com/twisted/incremental 
https://pypi.org/project/incremental/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( dev-python/twisted[${PYTHON_USEDEP}] )"
+
+python_test() {
+   "${EPYTHON}" -m twisted.trial incremental ||
+   die "Tests failed on ${EPYTHON}"
+}



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

2022-11-19 Thread Arthur Zamarin
commit: 8b842ed013d95d6fcb49e6e75b14e0166feb27ad
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 19 08:44:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 19 08:44:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b842ed0

dev-python/incremental: drop 21.3.0-r1

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

 dev-python/incremental/Manifest|  1 -
 .../incremental/incremental-21.3.0-r1.ebuild   | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/incremental/Manifest b/dev-python/incremental/Manifest
index 7f351eacd69d..f5f2a8f3da05 100644
--- a/dev-python/incremental/Manifest
+++ b/dev-python/incremental/Manifest
@@ -1,2 +1 @@
-DIST incremental-21.3.0.tar.gz 17058 BLAKE2B 
a6c49d15eb73abbab129e675d937e795a47aca10f74a8d5fc80ebf6575ca996cc7dc16aac9ca02c7a206cf8f59b239f3fc04fc00b28827d0a3c76a88189dabf7
 SHA512 
b8b50151cd2467e552d9268decadbb839b047cf58a450b72e0437ffc5f9af7d78c20a24193c0668cf48dd6264b852d9cee68e59529018e0ca07825e0c185d1e8
 DIST incremental-22.10.0.tar.gz 18305 BLAKE2B 
8e3f19e1825c608d72259729674da2dfa5005a64fb336d3c2144f20fdfd40e84ce1988cb6e00c2c86412e48f71bf2c5bd0d4f226cb49b1ff8e799065dd9fda42
 SHA512 
23a7572db731d1dd9871d309a02f8a29a92b7f1d897e64a2fe053575e7b486ec87e54d5ae9658eb1a82f90ba36b1b1694b58a991d841553f6cb98983725a49c3

diff --git a/dev-python/incremental/incremental-21.3.0-r1.ebuild 
b/dev-python/incremental/incremental-21.3.0-r1.ebuild
deleted file mode 100644
index 314d735f88a9..
--- a/dev-python/incremental/incremental-21.3.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Incremental is a small library that versions your Python projects"
-HOMEPAGE="https://github.com/twisted/incremental 
https://pypi.org/project/incremental/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/click[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? ( dev-python/twisted[${PYTHON_USEDEP}] )"
-
-python_test() {
-   "${EPYTHON}" -m twisted.trial incremental ||
-   die "Tests failed on ${EPYTHON}"
-}



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

2022-11-19 Thread Arthur Zamarin
commit: a729f179769e441c12b49beddc5fffd77e59cd14
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 19 08:36:46 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 19 08:36:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a729f179

dev-python/incremental: Stabilize 22.10.0 ALLARCHES, #881897

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

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

diff --git a/dev-python/incremental/incremental-22.10.0.ebuild 
b/dev-python/incremental/incremental-22.10.0.ebuild
index f21ea148b437..314d735f88a9 100644
--- a/dev-python/incremental/incremental-22.10.0.ebuild
+++ b/dev-python/incremental/incremental-22.10.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-10-15 Thread Arthur Zamarin
commit: 08c2fa01a013a4cc2d50524df6179a449833b97c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Oct 16 05:23:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Oct 16 05:23:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c2fa01

dev-python/incremental: add 22.10.0

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

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

diff --git a/dev-python/incremental/Manifest b/dev-python/incremental/Manifest
index efe413f47179..7f351eacd69d 100644
--- a/dev-python/incremental/Manifest
+++ b/dev-python/incremental/Manifest
@@ -1 +1,2 @@
 DIST incremental-21.3.0.tar.gz 17058 BLAKE2B 
a6c49d15eb73abbab129e675d937e795a47aca10f74a8d5fc80ebf6575ca996cc7dc16aac9ca02c7a206cf8f59b239f3fc04fc00b28827d0a3c76a88189dabf7
 SHA512 
b8b50151cd2467e552d9268decadbb839b047cf58a450b72e0437ffc5f9af7d78c20a24193c0668cf48dd6264b852d9cee68e59529018e0ca07825e0c185d1e8
+DIST incremental-22.10.0.tar.gz 18305 BLAKE2B 
8e3f19e1825c608d72259729674da2dfa5005a64fb336d3c2144f20fdfd40e84ce1988cb6e00c2c86412e48f71bf2c5bd0d4f226cb49b1ff8e799065dd9fda42
 SHA512 
23a7572db731d1dd9871d309a02f8a29a92b7f1d897e64a2fe053575e7b486ec87e54d5ae9658eb1a82f90ba36b1b1694b58a991d841553f6cb98983725a49c3

diff --git a/dev-python/incremental/incremental-22.10.0.ebuild 
b/dev-python/incremental/incremental-22.10.0.ebuild
new file mode 100644
index ..f21ea148b437
--- /dev/null
+++ b/dev-python/incremental/incremental-22.10.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Incremental is a small library that versions your Python projects"
+HOMEPAGE="https://github.com/twisted/incremental 
https://pypi.org/project/incremental/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( dev-python/twisted[${PYTHON_USEDEP}] )"
+
+python_test() {
+   "${EPYTHON}" -m twisted.trial incremental ||
+   die "Tests failed on ${EPYTHON}"
+}



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

2022-05-13 Thread Michał Górny
commit: 8576b7c60428ceb1a3cd7262b0c6de6202adfa3c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 13 06:59:22 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 13 09:07:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8576b7c6

dev-python/incremental: Enable py3.11

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

 dev-python/incremental/incremental-21.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/incremental/incremental-21.3.0-r1.ebuild 
b/dev-python/incremental/incremental-21.3.0-r1.ebuild
index c855ae05e785..314d735f88a9 100644
--- a/dev-python/incremental/incremental-21.3.0-r1.ebuild
+++ b/dev-python/incremental/incremental-21.3.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-03-15 Thread Michał Górny
commit: df5849c7c9ee0fc941938a7655f878065be17b78
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 15 14:08:31 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 15 14:08:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5849c7

dev-python/incremental: Remove old

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

 dev-python/incremental/incremental-21.3.0.ebuild | 31 
 1 file changed, 31 deletions(-)

diff --git a/dev-python/incremental/incremental-21.3.0.ebuild 
b/dev-python/incremental/incremental-21.3.0.ebuild
deleted file mode 100644
index 7b68e0ada22a..
--- a/dev-python/incremental/incremental-21.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-# TODO: revert to rdepend once this has been merged:
-# https://github.com/twisted/incremental/pull/59
-DISTUTILS_USE_SETUPTOOLS=manual
-
-inherit distutils-r1
-
-DESCRIPTION="Incremental is a small library that versions your Python projects"
-HOMEPAGE="https://github.com/twisted/incremental 
https://pypi.org/project/incremental/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/click[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/twisted[${PYTHON_USEDEP}] )"
-
-python_test() {
-   distutils_install_for_testing
-   trial incremental || die "Tests failed on ${EPYTHON}"
-}



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

2022-03-15 Thread Jakov Smolić
commit: edeca8dc857ef7907f51f7fac2967aa664734e95
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Mar 15 11:36:17 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Mar 15 11:36:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edeca8dc

dev-python/incremental: Stabilize 21.3.0-r1 ALLARCHES, #835210

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/incremental/incremental-21.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/incremental/incremental-21.3.0-r1.ebuild 
b/dev-python/incremental/incremental-21.3.0-r1.ebuild
index 12fa450e69f0..db98e34e649e 100644
--- a/dev-python/incremental/incremental-21.3.0-r1.ebuild
+++ b/dev-python/incremental/incremental-21.3.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-02-02 Thread Michał Górny
commit: 5d25e151d497389d43bf4f858410f53b9efefdda
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  2 08:55:59 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  2 09:26:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d25e151

dev-python/incremental: Switch to PEP 517 build

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

 .../incremental/incremental-21.3.0-r1.ebuild   | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/dev-python/incremental/incremental-21.3.0-r1.ebuild 
b/dev-python/incremental/incremental-21.3.0-r1.ebuild
new file mode 100644
index ..12fa450e69f0
--- /dev/null
+++ b/dev-python/incremental/incremental-21.3.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Incremental is a small library that versions your Python projects"
+HOMEPAGE="https://github.com/twisted/incremental 
https://pypi.org/project/incremental/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( dev-python/twisted[${PYTHON_USEDEP}] )"
+
+python_test() {
+   "${EPYTHON}" -m twisted.trial incremental ||
+   die "Tests failed on ${EPYTHON}"
+}



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

2022-02-02 Thread Michał Górny
commit: c6605946544f03e88c5ce3cd37d97f62ef9ee264
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  2 08:54:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  2 09:26:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6605946

dev-python/incremental: Add pypy3 love

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

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

diff --git a/dev-python/incremental/incremental-21.3.0.ebuild 
b/dev-python/incremental/incremental-21.3.0.ebuild
index b26924b94c32..7b68e0ada22a 100644
--- a/dev-python/incremental/incremental-21.3.0.ebuild
+++ b/dev-python/incremental/incremental-21.3.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 # TODO: revert to rdepend once this has been merged:
 # https://github.com/twisted/incremental/pull/59
 DISTUTILS_USE_SETUPTOOLS=manual



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

2022-01-27 Thread James Le Cuirot
commit: 0d965b4d9767140b853ac3d442a073d62bd212ed
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Jan 27 22:53:40 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Jan 27 22:56:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d965b4d

dev-python/incremental: Keyword 21.3.0 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/incremental/incremental-21.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/incremental/incremental-21.3.0.ebuild 
b/dev-python/incremental/incremental-21.3.0.ebuild
index df9acf602e01..b26924b94c32 100644
--- a/dev-python/incremental/incremental-21.3.0.ebuild
+++ b/dev-python/incremental/incremental-21.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-06-12 Thread Michał Górny
commit: ec73271d0c91b3a4d39da5e3cf337827d3c7fd6b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 12 10:18:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 12 10:18:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec73271d

dev-python/incremental: Add a dep on dev-python/click

Closes: https://bugs.gentoo.org/795519
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/incremental/incremental-21.3.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/incremental/incremental-21.3.0.ebuild 
b/dev-python/incremental/incremental-21.3.0.ebuild
index c4e047f7338..df9acf602e0 100644
--- a/dev-python/incremental/incremental-21.3.0.ebuild
+++ b/dev-python/incremental/incremental-21.3.0.ebuild
@@ -19,7 +19,9 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 
~riscv ~s390 sparc x
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]"
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/twisted[${PYTHON_USEDEP}] )"
 



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

2021-06-11 Thread Michał Górny
commit: a4b6a63eed6c602bff6c84b5cf9b1270e88415c8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 11 21:07:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 11 21:09:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b6a63e

dev-python/incremental: Enable testing

Closes: https://bugs.gentoo.org/795450
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/incremental/incremental-21.3.0.ebuild | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-python/incremental/incremental-21.3.0.ebuild 
b/dev-python/incremental/incremental-21.3.0.ebuild
index 4ac1a7c7552..c4e047f7338 100644
--- a/dev-python/incremental/incremental-21.3.0.ebuild
+++ b/dev-python/incremental/incremental-21.3.0.ebuild
@@ -16,7 +16,14 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE=""
+IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/twisted[${PYTHON_USEDEP}] )"
+
+python_test() {
+   distutils_install_for_testing
+   trial incremental || die "Tests failed on ${EPYTHON}"
+}



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

2021-05-13 Thread Michał Górny
commit: b38508c1b0ac17629836e2737fbad5d269356906
Author: Ekaterina Vaartis  kotobank  ch>
AuthorDate: Thu May 13 14:25:54 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 13 22:09:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38508c1

dev-python/incremental: Bump to python 3.10

Signed-off-by: Ekaterina Vaartis  kotobank.ch>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/incremental/incremental-21.3.0.ebuild 
b/dev-python/incremental/incremental-21.3.0.ebuild
index fb8dc0a493c..4ac1a7c7552 100644
--- a/dev-python/incremental/incremental-21.3.0.ebuild
+++ b/dev-python/incremental/incremental-21.3.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 # TODO: revert to rdepend once this has been merged:
 # https://github.com/twisted/incremental/pull/59
 DISTUTILS_USE_SETUPTOOLS=manual



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

2021-04-05 Thread Michał Górny
commit: d8c91b755884dbdbb72bea10723ef1f203a4fa39
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr  5 18:36:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr  5 18:36:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8c91b75

dev-python/incremental: Remove old

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

 dev-python/incremental/Manifest  |  1 -
 dev-python/incremental/incremental-17.5.0.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/incremental/Manifest b/dev-python/incremental/Manifest
index 17e5cac186c..efe413f4717 100644
--- a/dev-python/incremental/Manifest
+++ b/dev-python/incremental/Manifest
@@ -1,2 +1 @@
-DIST incremental-17.5.0.tar.gz 15527 BLAKE2B 
a967ba891b69e91768db213a9692da10eb9987bf962bdbc3b6fe70e337322686d58901878b72934a5abc8d9b0c9884d6e03de5b8912067f07b7562427bcba38a
 SHA512 
91443205f7c92ec8f6502f38379c5ac2fe441435ff9490af01e5420d6bb05bb1c666dd612fc45204199a34afd533fd3de1390ca482bb554dfec7d3a22958a4bc
 DIST incremental-21.3.0.tar.gz 17058 BLAKE2B 
a6c49d15eb73abbab129e675d937e795a47aca10f74a8d5fc80ebf6575ca996cc7dc16aac9ca02c7a206cf8f59b239f3fc04fc00b28827d0a3c76a88189dabf7
 SHA512 
b8b50151cd2467e552d9268decadbb839b047cf58a450b72e0437ffc5f9af7d78c20a24193c0668cf48dd6264b852d9cee68e59529018e0ca07825e0c185d1e8

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
deleted file mode 100644
index a6e0ea98478..000
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ /dev/null
@@ -1,22 +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} )
-# TODO: revert to rdepend once this has been merged:
-# https://github.com/twisted/incremental/pull/59
-DISTUTILS_USE_SETUPTOOLS=manual
-
-inherit distutils-r1
-
-DESCRIPTION="Incremental is a small library that versions your Python projects"
-HOMEPAGE="https://github.com/twisted/incremental 
https://pypi.org/project/incremental/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE=""
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2021-03-02 Thread Michał Górny
commit: 6fc86c5a052df84e454d0e0a34196d8db864a546
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  2 08:14:07 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  2 08:14:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc86c5a

dev-python/incremental: Bump to 21.3.0

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

 dev-python/incremental/Manifest  |  1 +
 dev-python/incremental/incremental-21.3.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/incremental/Manifest b/dev-python/incremental/Manifest
index bdcef50a393..17e5cac186c 100644
--- a/dev-python/incremental/Manifest
+++ b/dev-python/incremental/Manifest
@@ -1 +1,2 @@
 DIST incremental-17.5.0.tar.gz 15527 BLAKE2B 
a967ba891b69e91768db213a9692da10eb9987bf962bdbc3b6fe70e337322686d58901878b72934a5abc8d9b0c9884d6e03de5b8912067f07b7562427bcba38a
 SHA512 
91443205f7c92ec8f6502f38379c5ac2fe441435ff9490af01e5420d6bb05bb1c666dd612fc45204199a34afd533fd3de1390ca482bb554dfec7d3a22958a4bc
+DIST incremental-21.3.0.tar.gz 17058 BLAKE2B 
a6c49d15eb73abbab129e675d937e795a47aca10f74a8d5fc80ebf6575ca996cc7dc16aac9ca02c7a206cf8f59b239f3fc04fc00b28827d0a3c76a88189dabf7
 SHA512 
b8b50151cd2467e552d9268decadbb839b047cf58a450b72e0437ffc5f9af7d78c20a24193c0668cf48dd6264b852d9cee68e59529018e0ca07825e0c185d1e8

diff --git a/dev-python/incremental/incremental-21.3.0.ebuild 
b/dev-python/incremental/incremental-21.3.0.ebuild
new file mode 100644
index 000..cb1d012c7a3
--- /dev/null
+++ b/dev-python/incremental/incremental-21.3.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+# TODO: revert to rdepend once this has been merged:
+# https://github.com/twisted/incremental/pull/59
+DISTUTILS_USE_SETUPTOOLS=manual
+
+inherit distutils-r1
+
+DESCRIPTION="Incremental is a small library that versions your Python projects"
+HOMEPAGE="https://github.com/twisted/incremental 
https://pypi.org/project/incremental/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE=""
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-11-28 Thread Sam James
commit: bfa2b9cdbfec6febb6cae79da56441b743088954
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 11:38:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 11:38:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa2b9cd

dev-python/incremental: mark ALLARCHES

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

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

diff --git a/dev-python/incremental/metadata.xml 
b/dev-python/incremental/metadata.xml
index 178cdb1dc9e..c8770ab3e61 100644
--- a/dev-python/incremental/metadata.xml
+++ b/dev-python/incremental/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   


hawk...@twistedmatrix.com



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

2020-11-28 Thread Sam James
commit: 8a450e7e8a6b97f88b43650fdbe56d44faaa2188
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 11:39:04 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 11:39:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a450e7e

dev-python/incremental: ~x64-macos keyworded

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

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

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
index f3d37dbbc21..a9511bb0fe2 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-09-30 Thread Louis Sautier
commit: d505d8b5b307939c2af13b6cfd6feafdaea92b06
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Sep 30 22:49:28 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Sep 30 22:50:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d505d8b5

dev-python/incremental: fix DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/745636
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/incremental/incremental-17.5.0.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
index ca490e4d58e..f3d37dbbc21 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -3,7 +3,9 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{6..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+# TODO: revert to rdepend once this has been merged:
+# https://github.com/twisted/incremental/pull/59
+DISTUTILS_USE_SETUPTOOLS=manual
 
 inherit distutils-r1
 
@@ -16,4 +18,5 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
-#S=${WORKDIR}/${P}
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-08-04 Thread Michał Górny
commit: bc8bf416ea8103eddbf404907eab0cea12ec04a6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  1 21:09:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  4 11:59:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc8bf416

dev-python/incremental: Remove py2.7

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

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

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
index 3ede4a78f6f..2cd59881281 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6..9} )
+PYTHON_COMPAT=( python3_{6..9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1



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

2020-07-04 Thread Michał Górny
commit: 7af0d686be36e54559529c0c614e995b9f79dba3
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Jul  4 07:34:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  4 09:06:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af0d686

dev-python/incremental: update github link

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/incremental/incremental-17.5.0.ebuild | 2 +-
 dev-python/incremental/metadata.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
index 4ef2d97ce5f..3ede4a78f6f 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -8,7 +8,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
 DESCRIPTION="Incremental is a small library that versions your Python projects"
-HOMEPAGE="https://github.com/hawkowl/incremental 
https://pypi.org/project/incremental/;
+HOMEPAGE="https://github.com/twisted/incremental 
https://pypi.org/project/incremental/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/incremental/metadata.xml 
b/dev-python/incremental/metadata.xml
index 090da7e79e7..178cdb1dc9e 100644
--- a/dev-python/incremental/metadata.xml
+++ b/dev-python/incremental/metadata.xml
@@ -11,6 +11,6 @@
Amber Brown

incremental
-   hawkowl/incremental
+   twisted/incremental

 



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

2020-05-27 Thread Michał Górny
commit: 58c879f9907634656da9d0c263cc293af916ad5b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 27 08:41:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 27 08:41:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c879f9

dev-python/incremental: Port to py39

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

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

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
index 7b21e874952..4ef2d97ce5f 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8})
+PYTHON_COMPAT=( python2_7 python3_{6..9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1



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

2020-05-04 Thread Michał Górny
commit: 9ff4fd6ebb6ab0edd552f5279695ee317941c1d1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  4 11:06:45 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  4 11:06:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff4fd6e

dev-python/incremental: Remove old

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

 dev-python/incremental/Manifest   |  1 -
 dev-python/incremental/incremental-16.10.1.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/incremental/Manifest b/dev-python/incremental/Manifest
index 1cf1f63aad6..bdcef50a393 100644
--- a/dev-python/incremental/Manifest
+++ b/dev-python/incremental/Manifest
@@ -1,2 +1 @@
-DIST incremental-16.10.1.tar.gz 16066 BLAKE2B 
86bd85f9ea1ffe92a572b1744588f34f21e4bddc4aa80373dba47a59961183a77a338212500829440d216582ce15ab1412e9994f89486861297407f22eb989fa
 SHA512 
b60ebc41c32f27da5a489ebd76c7fa1707a5a38c32097bfab20f355a86b490ce21acc7be157d0309a30c63b85d79f72f850587d1449110bd1a8075ca3586db5e
 DIST incremental-17.5.0.tar.gz 15527 BLAKE2B 
a967ba891b69e91768db213a9692da10eb9987bf962bdbc3b6fe70e337322686d58901878b72934a5abc8d9b0c9884d6e03de5b8912067f07b7562427bcba38a
 SHA512 
91443205f7c92ec8f6502f38379c5ac2fe441435ff9490af01e5420d6bb05bb1c666dd612fc45204199a34afd533fd3de1390ca482bb554dfec7d3a22958a4bc

diff --git a/dev-python/incremental/incremental-16.10.1.ebuild 
b/dev-python/incremental/incremental-16.10.1.ebuild
deleted file mode 100644
index 61d9264cb34..000
--- a/dev-python/incremental/incremental-16.10.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6)
-
-inherit distutils-r1
-
-DESCRIPTION="Incremental is a small library that versions your Python projects"
-HOMEPAGE="https://github.com/hawkowl/incremental 
https://pypi.org/project/incremental/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-#S=${WORKDIR}/${P}



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

2020-01-22 Thread Thomas Deutschmann
commit: 5421c43affd0e46fefb2a2da10380b696519b7ea
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jan 22 22:54:45 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jan 22 23:40:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5421c43a

dev-python/incremental: add Python 3.8 support

Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/incremental/incremental-17.5.0.ebuild | 10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
index e034758aabc..ec2f39623fe 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7})
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{6,7,8})
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 
@@ -15,9 +16,4 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux"
 IUSE=""
 
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
 #S=${WORKDIR}/${P}



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

2019-12-29 Thread Mikle Kolyada
commit: f337d07daa47e2312a2df4fe75b92965fcfe1a2c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 29 09:11:05 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 29 09:11:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f337d07d

dev-python/incremental: alpha stable wrt bug #700586

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
index 755dfd52e63..2e82045a3fe 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=""



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

2019-12-19 Thread Sergei Trofimovich
commit: 5c48b7e65b8476f9c5f69cf82fcae1a8030bdbf8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec 19 16:30:28 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 19 18:35:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c48b7e6

dev-python/incremental: stable 17.5.0 for hppa, bug #700586

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
index dbf19c768be..755dfd52e63 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=""



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

2019-12-15 Thread Agostino Sarubbo
commit: 33d621452353abbbd94bfb383f3f43cb593ba6b9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Dec 15 13:58:39 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Dec 15 13:58:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d62145

dev-python/incremental: sparc stable wrt bug #700586

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
index 817339e5507..1f9ed479c01 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 s390 ~sh sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=""



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

2019-12-15 Thread Agostino Sarubbo
commit: d171bc09c543ec5ba56655f3d6f7cadd9a90047e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Dec 15 13:51:22 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Dec 15 13:51:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d171bc09

dev-python/incremental: x86 stable wrt bug #700586

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
index 180fe84eb17..817339e5507 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=""



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

2019-12-15 Thread Sergei Trofimovich
commit: 9b4225293eedb35aaf0e529726f20ce2cc954d25
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec 15 13:35:37 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec 15 13:35:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b422529

dev-python/incremental: stable 17.5.0 for ia64, bug #700586

Package-Manager: Portage-2.3.81, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
index 3723fce1b05..180fe84eb17 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=""



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

2019-12-15 Thread Agostino Sarubbo
commit: e339e1f3d94b5bd2050d07068c457bdbae113c06
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Dec 15 11:35:02 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Dec 15 11:35:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e339e1f3

dev-python/incremental: s390 stable wrt bug #700586

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
index 33d96352385..3723fce1b05 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=""



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

2019-12-01 Thread Aaron Bauman
commit: dd4b80b94fc7949c9f057bc9ab4826ea2c084c02
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Dec  2 02:43:08 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Dec  2 02:43:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4b80b9

dev-python/incremental: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

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

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
index 13fd37a975a..6018cd30472 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=""



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

2019-06-25 Thread Michael Haubenwallner
commit: cec2e86042d3b9551beb4b120d71da5867e3c803
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue Jun 25 11:52:54 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue Jun 25 12:08:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec2e860

dev-python/incremental: add ~x86-linux keyword

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner  gentoo.org>

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

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
index ca1fb238edd..4455b80d7d3 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~amd64-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=""



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

2019-03-20 Thread Fabian Groffen
commit: 64d8b9a1bc69f52479fc38ff6f5c09e5e89e18d2
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Mar 20 10:29:49 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Mar 20 10:29:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d8b9a1

dev-python/incremental: marked ~amd64-linux

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
index b3d2eaf2b65..50886551068 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~amd64-linux"
 IUSE=""
 
 RDEPEND=""



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

2019-01-17 Thread Mikle Kolyada
commit: ad2018177dffac063b62061bd9e67ab602ccbb80
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 17 20:44:10 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 17 20:44:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad201817

dev-python/incremental: Add ~sh keyword wrt bug #661320

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/incremental/incremental-17.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
index 4a31d57a1c6..b3d2eaf2b65 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd"
 IUSE=""
 
 RDEPEND=""



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

2018-12-31 Thread Mikle Kolyada
commit: 4dec6ab7619b3618dcf89e9a373825a17db07731
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Dec 31 10:16:20 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Dec 31 10:16:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dec6ab7

dev-python/incremental: mark s390 stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/incremental/incremental-16.10.1.ebuild | 4 ++--
 dev-python/incremental/incremental-17.5.0.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/incremental/incremental-16.10.1.ebuild 
b/dev-python/incremental/incremental-16.10.1.ebuild
index 337baab77e5..f670ce1a2da 100644
--- a/dev-python/incremental/incremental-16.10.1.ebuild
+++ b/dev-python/incremental/incremental-16.10.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE=""
 
 RDEPEND=""

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
index 804fc75c5dd..4a31d57a1c6 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
 IUSE=""
 
 RDEPEND=""



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

2018-08-20 Thread Sergei Trofimovich
commit: a5bbfabbe5f375513c15513205091c0e6688f581
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 20 16:35:19 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 20 18:17:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5bbfabb

dev-python/incremental: stable 16.10.1 for sparc, bug #622648

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-python/incremental/incremental-16.10.1.ebuild 
b/dev-python/incremental/incremental-16.10.1.ebuild
index f6a74693449..337baab77e5 100644
--- a/dev-python/incremental/incremental-16.10.1.ebuild
+++ b/dev-python/incremental/incremental-16.10.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND=""



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

2018-05-04 Thread Mart Raudsepp
commit: 0f624f7b95fa9aa9b369d0ac339b02418cb61cad
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri May  4 12:44:04 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri May  4 13:05:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f624f7b

dev-python/incremental-16.10.1: arm64 stable

Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/dev-python/incremental/incremental-16.10.1.ebuild 
b/dev-python/incremental/incremental-16.10.1.ebuild
index 501f908d0fc..f6a74693449 100644
--- a/dev-python/incremental/incremental-16.10.1.ebuild
+++ b/dev-python/incremental/incremental-16.10.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=""



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

2018-03-30 Thread Sergei Trofimovich
commit: f1d292d0e7fedc525f701715580c8a60222b79d8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar 30 18:07:32 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar 30 18:08:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d292d0

dev-python/incremental: stable 16.10.1 for hppa, bug #622648

Package-Manager: Portage-2.3.26, Repoman-2.3.7
RepoMan-Options: --include-arches="hppa"

 dev-python/incremental/incremental-16.10.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/incremental/incremental-16.10.1.ebuild 
b/dev-python/incremental/incremental-16.10.1.ebuild
index 31500c7670a..8696bf422a8 100644
--- a/dev-python/incremental/incremental-16.10.1.ebuild
+++ b/dev-python/incremental/incremental-16.10.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=""



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

2018-02-21 Thread Michał Górny
commit: 08d461888769a1b499ee0787eeb62201f445948f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 21 21:50:00 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 21 22:11:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08d46188

dev-python/incremental: Keyword ~amd64-fbsd

 dev-python/incremental/incremental-17.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
index a110c4624c4..2793f58e15b 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
 IUSE=""
 
 RDEPEND=""



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

2017-12-13 Thread Sergei Trofimovich
commit: 589ad4d526e64272a68762ae91eaeebc7b965fb1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 13 22:13:25 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 13 22:15:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=589ad4d5

dev-python/incremental: keyworded 16.10.1 for sparc, bug #605122 (thanks to 
Rolf Eike Beer)

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-python/incremental/incremental-16.10.1.ebuild 
b/dev-python/incremental/incremental-16.10.1.ebuild
index 0d30bfab5bf..31500c7670a 100644
--- a/dev-python/incremental/incremental-16.10.1.ebuild
+++ b/dev-python/incremental/incremental-16.10.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=""



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

2017-12-13 Thread Sergei Trofimovich
commit: f2c38274d87f9b35a7a67e1b65875ca14ffd80f4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 13 22:14:29 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 13 22:15:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c38274

dev-python/incremental: keyworded 17.5.0 for sparc, bug #605122 (thanks to Rolf 
Eike Beer)

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
index 3cd50a50b55..a110c4624c4 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=""



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

2017-10-28 Thread Sergei Trofimovich
commit: b7bbd230be80edc84a67f088038968f5fa54e93c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 28 22:31:08 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 28 22:34:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7bbd230

dev-python/incremental: stable 16.10.1 for ia64, bug #635418

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-python/incremental/incremental-16.10.1.ebuild 
b/dev-python/incremental/incremental-16.10.1.ebuild
index 04aa5a6ecc1..0d30bfab5bf 100644
--- a/dev-python/incremental/incremental-16.10.1.ebuild
+++ b/dev-python/incremental/incremental-16.10.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 x86"
 IUSE=""
 
 RDEPEND=""



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

2017-10-08 Thread Michał Górny
commit: 54c02208a907ad9f305d10fd2bb5a0cb98b6ba2d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  8 10:58:31 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct  8 11:00:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c02208

dev-python/incremental: Strip empty metadata.xml elements

 dev-python/incremental/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/incremental/metadata.xml 
b/dev-python/incremental/metadata.xml
index ec7a23b84f5..5c541d1fb5b 100644
--- a/dev-python/incremental/metadata.xml
+++ b/dev-python/incremental/metadata.xml
@@ -17,5 +17,4 @@
incremental
hawkowl/incremental

-   
 



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

2017-10-04 Thread Markus Meier
commit: 0255f505d110dc3ef3e560dbbf6bbeb35b745589
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Oct  5 04:34:42 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Oct  5 04:34:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0255f505

dev-python/incremental: arm stable, bug #624990

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
index 36315ca483c..3cd50a50b55 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=""



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

2017-09-28 Thread Michael Palimaka
commit: efe79b61d2f447d902caecfc89146cf75b8e19c8
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 28 13:01:23 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 28 13:42:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe79b61

dev-python/incremental: stabilise 16.10.1 for arm using ALLARCHES

Bug: https://bugs.gentoo.org/624990
Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/dev-python/incremental/incremental-16.10.1.ebuild 
b/dev-python/incremental/incremental-16.10.1.ebuild
index f554e22bc45..04aa5a6ecc1 100644
--- a/dev-python/incremental/incremental-16.10.1.ebuild
+++ b/dev-python/incremental/incremental-16.10.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 x86"
 IUSE=""
 
 RDEPEND=""



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

2017-07-02 Thread Sergei Trofimovich
commit: b4e49e2c6b103246d4ca18c4b3a208e451d28773
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jul  2 14:55:29 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul  2 14:55:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e49e2c

dev-python/incremental: ia64 keyworded, bug #605122

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-python/incremental/incremental-16.10.1.ebuild 
b/dev-python/incremental/incremental-16.10.1.ebuild
index 7fb7492ae10..39bf3dcddc8 100644
--- a/dev-python/incremental/incremental-16.10.1.ebuild
+++ b/dev-python/incremental/incremental-16.10.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND=""



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

2017-07-02 Thread Sergei Trofimovich
commit: 8274b2c39c9f940e236afe5cdd2d12ce12555e8c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jul  2 15:00:14 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul  2 15:00:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8274b2c3

dev-python/incremental: ia64 keyworded, bug #605122

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
index 73e933cb27b..36315ca483c 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=""



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

2017-06-28 Thread Agostino Sarubbo
commit: 3479f0e448de4200f62134c0337c76f90af0f2fb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 28 13:16:30 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 28 13:16:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3479f0e4

dev-python/incremental: amd64 stable wrt bug #622648

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/incremental/incremental-16.10.1.ebuild 
b/dev-python/incremental/incremental-16.10.1.ebuild
index fb4c798d471..85e943b6460 100644
--- a/dev-python/incremental/incremental-16.10.1.ebuild
+++ b/dev-python/incremental/incremental-16.10.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=""



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

2017-06-26 Thread Tobias Klausmann
commit: 3e59e6c4397bbb7f9b4b86685840289fcad03683
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 26 20:18:14 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 26 20:18:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e59e6c4

dev-python/incremental-16.10.1-r0: add alpha keyword

Gentoo-Bug: 622648

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

diff --git a/dev-python/incremental/incremental-16.10.1.ebuild 
b/dev-python/incremental/incremental-16.10.1.ebuild
index 73e933cb27b..fb4c798d471 100644
--- a/dev-python/incremental/incremental-16.10.1.ebuild
+++ b/dev-python/incremental/incremental-16.10.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=""



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

2017-06-09 Thread Brian Dolbec
commit: 3e7e952afa89be45e8c1488ddb38b90244d1c1c4
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Jun  9 14:29:20 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Jun  9 18:18:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e7e952a

dev-python/incremental: Version bump

Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70

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

diff --git a/dev-python/incremental/Manifest b/dev-python/incremental/Manifest
index d7cb27dc81b..ee9022796bc 100644
--- a/dev-python/incremental/Manifest
+++ b/dev-python/incremental/Manifest
@@ -1 +1,2 @@
 DIST incremental-16.10.1.tar.gz 16066 SHA256 
14ad6b720ec47aad6c9caa83e47db1843e2b9b98742da5dda08e16a99f400342 SHA512 
b60ebc41c32f27da5a489ebd76c7fa1707a5a38c32097bfab20f355a86b490ce21acc7be157d0309a30c63b85d79f72f850587d1449110bd1a8075ca3586db5e
 WHIRLPOOL 
cfc84b426e3cdcfb915b247a928b7e614a415dc7679836c966c8cb7b863477923839fa021f30d0351365939948ce2a8c62be86dce29200a0ac3c76e7b1dc1c6b
+DIST incremental-17.5.0.tar.gz 15527 SHA256 
7b751696aaf36eebfab537e458929e194460051ccad279c72b755a167eebd4b3 SHA512 
91443205f7c92ec8f6502f38379c5ac2fe441435ff9490af01e5420d6bb05bb1c666dd612fc45204199a34afd533fd3de1390ca482bb554dfec7d3a22958a4bc
 WHIRLPOOL 
7546143aa9bf3f9fecd50dc293e7ad2d5fa5b5efcf8307186e33fbf0e82cb973e14436d7b10243e20b7808e7dce0757ff60720d31d49b7653c4657dfd62ba405

diff --git a/dev-python/incremental/incremental-17.5.0.ebuild 
b/dev-python/incremental/incremental-17.5.0.ebuild
new file mode 100644
index 000..73e933cb27b
--- /dev/null
+++ b/dev-python/incremental/incremental-17.5.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy)
+
+inherit distutils-r1
+
+DESCRIPTION="Incremental is a small library that versions your Python projects"
+HOMEPAGE="https://github.com/hawkowl/incremental 
https://pypi.python.org/pypi/incremental;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+#S=${WORKDIR}/${P}



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

2017-06-09 Thread Brian Dolbec
commit: fbf2a17621ed8dd66a7b91be909cce5765d2162e
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Jun  9 14:18:06 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Jun  9 14:18:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf2a176

dev-python/incremental: Add missing setuptools dep bug 621074

Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70

 dev-python/incremental/incremental-16.10.1.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/incremental/incremental-16.10.1.ebuild 
b/dev-python/incremental/incremental-16.10.1.ebuild
index 17f1e5b33e2..73e933cb27b 100644
--- a/dev-python/incremental/incremental-16.10.1.ebuild
+++ b/dev-python/incremental/incremental-16.10.1.ebuild
@@ -15,7 +15,9 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
 IUSE=""
 
-DEPEND=""
-RDEPEND="${DEPEND}"
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
 
 #S=${WORKDIR}/${P}



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

2017-05-26 Thread Tobias Klausmann
commit: ed5dc30395ca7bb3df271ca8361c0ebe9e4dc8b8
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri May 26 08:25:04 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri May 26 10:16:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5dc303

dev-python/incremental-16.10.1-r0: add ~alpha keyword

Gentoo-Bug: 605122

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

diff --git a/dev-python/incremental/incremental-16.10.1.ebuild 
b/dev-python/incremental/incremental-16.10.1.ebuild
index f56a61c6afe..17f1e5b33e2 100644
--- a/dev-python/incremental/incremental-16.10.1.ebuild
+++ b/dev-python/incremental/incremental-16.10.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND=""



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

2017-03-29 Thread Brian Dolbec
commit: c75664a027fea49b0fe06c7e82c63598d55f504e
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Mar 30 02:15:49 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu Mar 30 02:40:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75664a0

dev-python/incremental: Update keywords

This is pure python code split out from twisted, update keywords from 
twisted-16.4.1
where this code originated from.

Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30

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

diff --git a/dev-python/incremental/incremental-16.10.1.ebuild 
b/dev-python/incremental/incremental-16.10.1.ebuild
index 07dbe7021fe..f56a61c6afe 100644
--- a/dev-python/incremental/incremental-16.10.1.ebuild
+++ b/dev-python/incremental/incremental-16.10.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND=""



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

2017-03-28 Thread Brian Dolbec
commit: f8af193293783964580d5d82071ed1e45c7a2fff
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Mar 28 22:23:04 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Mar 29 01:43:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8af1932

dev-python/incremental: Add python-3.6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30

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

diff --git a/dev-python/incremental/incremental-16.10.1.ebuild 
b/dev-python/incremental/incremental-16.10.1.ebuild
index 4aaa8f52e4f..07dbe7021fe 100644
--- a/dev-python/incremental/incremental-16.10.1.ebuild
+++ b/dev-python/incremental/incremental-16.10.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy)
 
 inherit distutils-r1
 



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

2017-01-16 Thread Brian Dolbec
commit: e7821b919d57fcfba7648d5db9e3925fea9aa332
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Jan 16 18:29:36 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jan 16 18:29:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7821b91

dev-python/incremental: Drop python-3.3

Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16

 dev-python/incremental/incremental-16.10.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/incremental/incremental-16.10.1.ebuild 
b/dev-python/incremental/incremental-16.10.1.ebuild
index 4f683bf..843ec9d 100644
--- a/dev-python/incremental/incremental-16.10.1.ebuild
+++ b/dev-python/incremental/incremental-16.10.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy)
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
 
 inherit distutils-r1
 



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

2016-12-24 Thread Brian Dolbec
commit: df19515b24be5b3cab1e360b7975bf3a35abbf12
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Dec 20 23:20:28 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Dec 24 21:16:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df19515b

dev-python/incremental: New pkg, new dep of twisted, treq

Package-Manager: portage-2.3.2

 dev-python/incremental/Manifest   |  1 +
 dev-python/incremental/incremental-16.10.1.ebuild | 22 ++
 dev-python/incremental/metadata.xml   | 20 
 3 files changed, 43 insertions(+)

diff --git a/dev-python/incremental/Manifest b/dev-python/incremental/Manifest
new file mode 100644
index ..d7cb27d
--- /dev/null
+++ b/dev-python/incremental/Manifest
@@ -0,0 +1 @@
+DIST incremental-16.10.1.tar.gz 16066 SHA256 
14ad6b720ec47aad6c9caa83e47db1843e2b9b98742da5dda08e16a99f400342 SHA512 
b60ebc41c32f27da5a489ebd76c7fa1707a5a38c32097bfab20f355a86b490ce21acc7be157d0309a30c63b85d79f72f850587d1449110bd1a8075ca3586db5e
 WHIRLPOOL 
cfc84b426e3cdcfb915b247a928b7e614a415dc7679836c966c8cb7b863477923839fa021f30d0351365939948ce2a8c62be86dce29200a0ac3c76e7b1dc1c6b

diff --git a/dev-python/incremental/incremental-16.10.1.ebuild 
b/dev-python/incremental/incremental-16.10.1.ebuild
new file mode 100644
index ..4f683bf
--- /dev/null
+++ b/dev-python/incremental/incremental-16.10.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy)
+
+inherit distutils-r1
+
+DESCRIPTION="Incremental is a small library that versions your Python projects"
+HOMEPAGE="https://github.com/hawkowl/incremental 
https://pypi.python.org/pypi/incremental;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+#S=${WORKDIR}/${P}

diff --git a/dev-python/incremental/metadata.xml 
b/dev-python/incremental/metadata.xml
new file mode 100644
index ..230355b
--- /dev/null
+++ b/dev-python/incremental/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dol...@gentoo.org
+   Primary maintainer
+   
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   hawk...@twistedmatrix.com
+   Amber Brown
+   
+   
+   
+   
+