[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: d7d272d2d88c2b6ef60366af0c6b724d98d87ee6 Author: Michał Górny gentoo org> AuthorDate: Thu May 9 17:30:27 2024 + Commit: Michał Górny gentoo org> CommitDate: Thu May 9 17:32:28 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7d272d2 dev-python/iso8601: Enable py3.13 Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/iso8601-2.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/iso8601/iso8601-2.1.0.ebuild b/dev-python/iso8601/iso8601-2.1.0.ebuild index d6dcf0a800fe..ae33a8c0c802 100644 --- a/dev-python/iso8601/iso8601-2.1.0.ebuild +++ b/dev-python/iso8601/iso8601-2.1.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: c1071c3ef4f048b3df7c5a5cb7676a4342f1fd8f Author: Michał Górny gentoo org> AuthorDate: Sun Nov 5 20:18:57 2023 + Commit: Michał Górny gentoo org> CommitDate: Sun Nov 5 20:57:46 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1071c3e dev-python/iso8601: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/Manifest | 1 - dev-python/iso8601/iso8601-2.0.0.ebuild | 28 2 files changed, 29 deletions(-) diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest index f74127191415..22e010757d7d 100644 --- a/dev-python/iso8601/Manifest +++ b/dev-python/iso8601/Manifest @@ -1,2 +1 @@ -DIST iso8601-2.0.0.tar.gz 6497 BLAKE2B 6c25a267e35afe1c0d879fd4be5f3c6e47750b4faf70f9238767e8ad901fb2da9b823dab9a3f3e26ccec843a4f993a331f6f7c616f98fd1520a5e4d16268060a SHA512 786bd2604cedeba8bfaa3ca0077057540fc898d9f942627958955406705f104c2109f20c84dfc79674178dfaf4bd0936b4e7759024c7f4b8ed130e40bbfc3c07 DIST iso8601-2.1.0.tar.gz 6522 BLAKE2B 49d8aca4bb5e75647335c5a2d047adeccb716050d8e34024d695bf605065507eeae3481e1d6f79e2051c77cde43072091324fc62d3a803fcaf52715c0e8efdb6 SHA512 db57ab2a25ef91e3bc479c8539d27e853cf1fbf60986820b8999ae15d7e566425a1e0cfba47d0f3b23aa703db0576db368e6c110ba2a2f46c9a34e8ee3611fb7 diff --git a/dev-python/iso8601/iso8601-2.0.0.ebuild b/dev-python/iso8601/iso8601-2.0.0.ebuild deleted file mode 100644 index d6dcf0a800fe.. --- a/dev-python/iso8601/iso8601-2.0.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Simple module to parse ISO 8601 dates" -HOMEPAGE=" - https://github.com/micktwomey/pyiso8601/ - https://pypi.org/project/iso8601/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -BDEPEND=" - test? ( - dev-python/hypothesis[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 98d9638a53f13a36a92bb54e4e0848795080f7e0 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Nov 5 19:08:27 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Sun Nov 5 19:08:27 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d9638a dev-python/iso8601: Stabilize 2.1.0 ALLARCHES, #916914 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/iso8601/iso8601-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/iso8601/iso8601-2.1.0.ebuild b/dev-python/iso8601/iso8601-2.1.0.ebuild index 06e35ce294fe..d6dcf0a800fe 100644 --- a/dev-python/iso8601/iso8601-2.1.0.ebuild +++ b/dev-python/iso8601/iso8601-2.1.0.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: b66674f0e2fc3e59584f6b2234b140e55fe1b012 Author: Michał Górny gentoo org> AuthorDate: Tue Oct 3 04:56:25 2023 + Commit: Michał Górny gentoo org> CommitDate: Tue Oct 3 05:10:59 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b66674f0 dev-python/iso8601: Bump to 2.1.0 Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/Manifest | 1 + dev-python/iso8601/iso8601-2.1.0.ebuild | 28 2 files changed, 29 insertions(+) diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest index e981fb65c839..f74127191415 100644 --- a/dev-python/iso8601/Manifest +++ b/dev-python/iso8601/Manifest @@ -1 +1,2 @@ DIST iso8601-2.0.0.tar.gz 6497 BLAKE2B 6c25a267e35afe1c0d879fd4be5f3c6e47750b4faf70f9238767e8ad901fb2da9b823dab9a3f3e26ccec843a4f993a331f6f7c616f98fd1520a5e4d16268060a SHA512 786bd2604cedeba8bfaa3ca0077057540fc898d9f942627958955406705f104c2109f20c84dfc79674178dfaf4bd0936b4e7759024c7f4b8ed130e40bbfc3c07 +DIST iso8601-2.1.0.tar.gz 6522 BLAKE2B 49d8aca4bb5e75647335c5a2d047adeccb716050d8e34024d695bf605065507eeae3481e1d6f79e2051c77cde43072091324fc62d3a803fcaf52715c0e8efdb6 SHA512 db57ab2a25ef91e3bc479c8539d27e853cf1fbf60986820b8999ae15d7e566425a1e0cfba47d0f3b23aa703db0576db368e6c110ba2a2f46c9a34e8ee3611fb7 diff --git a/dev-python/iso8601/iso8601-2.1.0.ebuild b/dev-python/iso8601/iso8601-2.1.0.ebuild new file mode 100644 index ..06e35ce294fe --- /dev/null +++ b/dev-python/iso8601/iso8601-2.1.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{10..12} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Simple module to parse ISO 8601 dates" +HOMEPAGE=" + https://github.com/micktwomey/pyiso8601/ + https://pypi.org/project/iso8601/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +BDEPEND=" + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: b9c58ac3d5d50ef2298cac248be0a4bb433917b6 Author: Michał Górny gentoo org> AuthorDate: Mon Jul 10 01:41:35 2023 + Commit: Michał Górny gentoo org> CommitDate: Mon Jul 10 01:46:53 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c58ac3 dev-python/iso8601: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/Manifest | 1 - dev-python/iso8601/iso8601-1.1.0.ebuild | 28 2 files changed, 29 deletions(-) diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest index a7bed643d752..e981fb65c839 100644 --- a/dev-python/iso8601/Manifest +++ b/dev-python/iso8601/Manifest @@ -1,2 +1 @@ -DIST iso8601-1.1.0.tar.gz 12836 BLAKE2B 7860d52002008a76c1d28ae94abe5100c3ea434f8e19dcb677dfc84366e898d2d277d88e6591d663579281c4ee668e77db96fd586edbe8b027433844462071e9 SHA512 f3f9621863abcbcde467d38416391cd8c98f59b7b863845b670e11060f0f81bcf4979fadc51c19eb55a5fe44ee1af922976b11cc97bf7b2dc090a485ad9979ac DIST iso8601-2.0.0.tar.gz 6497 BLAKE2B 6c25a267e35afe1c0d879fd4be5f3c6e47750b4faf70f9238767e8ad901fb2da9b823dab9a3f3e26ccec843a4f993a331f6f7c616f98fd1520a5e4d16268060a SHA512 786bd2604cedeba8bfaa3ca0077057540fc898d9f942627958955406705f104c2109f20c84dfc79674178dfaf4bd0936b4e7759024c7f4b8ed130e40bbfc3c07 diff --git a/dev-python/iso8601/iso8601-1.1.0.ebuild b/dev-python/iso8601/iso8601-1.1.0.ebuild deleted file mode 100644 index d6dcf0a800fe.. --- a/dev-python/iso8601/iso8601-1.1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Simple module to parse ISO 8601 dates" -HOMEPAGE=" - https://github.com/micktwomey/pyiso8601/ - https://pypi.org/project/iso8601/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -BDEPEND=" - test? ( - dev-python/hypothesis[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 762549384c17a97bc4f9d512602789fbfab69427 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Jul 9 16:50:03 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Sun Jul 9 16:50:03 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76254938 dev-python/iso8601: Stabilize 2.0.0 ALLARCHES, #910112 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/iso8601/iso8601-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/iso8601/iso8601-2.0.0.ebuild b/dev-python/iso8601/iso8601-2.0.0.ebuild index 06e35ce294fe..d6dcf0a800fe 100644 --- a/dev-python/iso8601/iso8601-2.0.0.ebuild +++ b/dev-python/iso8601/iso8601-2.0.0.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 8931d40d0a7d7d4f7664beed61de72f95a3a5e36 Author: Michał Górny gentoo org> AuthorDate: Fri Jun 9 11:58:53 2023 + Commit: Michał Górny gentoo org> CommitDate: Fri Jun 9 12:22:08 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8931d40d dev-python/iso8601: Bump to 2.0.0 Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/Manifest | 1 + dev-python/iso8601/iso8601-2.0.0.ebuild | 28 2 files changed, 29 insertions(+) diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest index 3590dadfadb5..a7bed643d752 100644 --- a/dev-python/iso8601/Manifest +++ b/dev-python/iso8601/Manifest @@ -1 +1,2 @@ DIST iso8601-1.1.0.tar.gz 12836 BLAKE2B 7860d52002008a76c1d28ae94abe5100c3ea434f8e19dcb677dfc84366e898d2d277d88e6591d663579281c4ee668e77db96fd586edbe8b027433844462071e9 SHA512 f3f9621863abcbcde467d38416391cd8c98f59b7b863845b670e11060f0f81bcf4979fadc51c19eb55a5fe44ee1af922976b11cc97bf7b2dc090a485ad9979ac +DIST iso8601-2.0.0.tar.gz 6497 BLAKE2B 6c25a267e35afe1c0d879fd4be5f3c6e47750b4faf70f9238767e8ad901fb2da9b823dab9a3f3e26ccec843a4f993a331f6f7c616f98fd1520a5e4d16268060a SHA512 786bd2604cedeba8bfaa3ca0077057540fc898d9f942627958955406705f104c2109f20c84dfc79674178dfaf4bd0936b4e7759024c7f4b8ed130e40bbfc3c07 diff --git a/dev-python/iso8601/iso8601-2.0.0.ebuild b/dev-python/iso8601/iso8601-2.0.0.ebuild new file mode 100644 index ..06e35ce294fe --- /dev/null +++ b/dev-python/iso8601/iso8601-2.0.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{10..12} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Simple module to parse ISO 8601 dates" +HOMEPAGE=" + https://github.com/micktwomey/pyiso8601/ + https://pypi.org/project/iso8601/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +BDEPEND=" + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 8040255af0ab1fa2f13621b25dd8a75e799f8384 Author: Michał Górny gentoo org> AuthorDate: Sat May 27 12:58:56 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat May 27 13:20:55 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8040255a dev-python/iso8601: Enable py3.12 Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/iso8601-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/iso8601/iso8601-1.1.0.ebuild b/dev-python/iso8601/iso8601-1.1.0.ebuild index bb10ffc98991..d6dcf0a800fe 100644 --- a/dev-python/iso8601/iso8601-1.1.0.ebuild +++ b/dev-python/iso8601/iso8601-1.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 551dcae471a598018f6c9225b7533de6b18ce64a Author: Arthur Zamarin gentoo org> AuthorDate: Thu Nov 3 19:36:17 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Thu Nov 3 19:36:17 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=551dcae4 dev-python/iso8601: drop 1.0.2-r1 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/iso8601/Manifest| 1 - dev-python/iso8601/iso8601-1.0.2-r1.ebuild | 29 - 2 files changed, 30 deletions(-) diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest index 0901b0590388..3590dadfadb5 100644 --- a/dev-python/iso8601/Manifest +++ b/dev-python/iso8601/Manifest @@ -1,2 +1 @@ -DIST iso8601-1.0.2.tar.gz 12653 BLAKE2B c7dbbe680f2828050b2ff32765da009b5f6dafdbc5182d5136f951f8604d7ff579b85050dbefae47d2b28ce88515b9dd73a8abf73b3419b4cdc4a4dd275b7228 SHA512 f28fbfe82c25575ad73a92df144c108ef3cf4e1a5a9af8362187014904073f26daa3b77dde689a23cfd87cdbf86196b241e925dd8cf5fd81728f0dbeee4836b7 DIST iso8601-1.1.0.tar.gz 12836 BLAKE2B 7860d52002008a76c1d28ae94abe5100c3ea434f8e19dcb677dfc84366e898d2d277d88e6591d663579281c4ee668e77db96fd586edbe8b027433844462071e9 SHA512 f3f9621863abcbcde467d38416391cd8c98f59b7b863845b670e11060f0f81bcf4979fadc51c19eb55a5fe44ee1af922976b11cc97bf7b2dc090a485ad9979ac diff --git a/dev-python/iso8601/iso8601-1.0.2-r1.ebuild b/dev-python/iso8601/iso8601-1.0.2-r1.ebuild deleted file mode 100644 index 47aa6c695505.. --- a/dev-python/iso8601/iso8601-1.0.2-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{8..11} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Simple module to parse ISO 8601 dates" -HOMEPAGE=" - https://github.com/micktwomey/pyiso8601/ - https://pypi.org/project/iso8601/ -" -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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" - -BDEPEND=" - test? ( - dev-python/hypothesis[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 04e10e5003b4c9141a225ae3d9a309e28d9a29b8 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Nov 3 19:16:45 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Thu Nov 3 19:16:45 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e10e50 dev-python/iso8601: Stabilize 1.1.0 ALLARCHES, #879457 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/iso8601/iso8601-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/iso8601/iso8601-1.1.0.ebuild b/dev-python/iso8601/iso8601-1.1.0.ebuild index 853630b33634..47aa6c695505 100644 --- a/dev-python/iso8601/iso8601-1.1.0.ebuild +++ b/dev-python/iso8601/iso8601-1.1.0.ebuild @@ -17,7 +17,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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 34bb49423c0346ecbe6077e930a7062668850087 Author: Michał Górny gentoo org> AuthorDate: Wed Sep 28 17:55:12 2022 + Commit: Michał Górny gentoo org> CommitDate: Wed Sep 28 18:32:53 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34bb4942 dev-python/iso8601: Bump to 1.1.0 Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/Manifest | 1 + dev-python/iso8601/iso8601-1.1.0.ebuild | 29 + 2 files changed, 30 insertions(+) diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest index dcd6c6b1adbb..0901b0590388 100644 --- a/dev-python/iso8601/Manifest +++ b/dev-python/iso8601/Manifest @@ -1 +1,2 @@ DIST iso8601-1.0.2.tar.gz 12653 BLAKE2B c7dbbe680f2828050b2ff32765da009b5f6dafdbc5182d5136f951f8604d7ff579b85050dbefae47d2b28ce88515b9dd73a8abf73b3419b4cdc4a4dd275b7228 SHA512 f28fbfe82c25575ad73a92df144c108ef3cf4e1a5a9af8362187014904073f26daa3b77dde689a23cfd87cdbf86196b241e925dd8cf5fd81728f0dbeee4836b7 +DIST iso8601-1.1.0.tar.gz 12836 BLAKE2B 7860d52002008a76c1d28ae94abe5100c3ea434f8e19dcb677dfc84366e898d2d277d88e6591d663579281c4ee668e77db96fd586edbe8b027433844462071e9 SHA512 f3f9621863abcbcde467d38416391cd8c98f59b7b863845b670e11060f0f81bcf4979fadc51c19eb55a5fe44ee1af922976b11cc97bf7b2dc090a485ad9979ac diff --git a/dev-python/iso8601/iso8601-1.1.0.ebuild b/dev-python/iso8601/iso8601-1.1.0.ebuild new file mode 100644 index ..853630b33634 --- /dev/null +++ b/dev-python/iso8601/iso8601-1.1.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Simple module to parse ISO 8601 dates" +HOMEPAGE=" + https://github.com/micktwomey/pyiso8601/ + https://pypi.org/project/iso8601/ +" +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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" + +BDEPEND=" + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 76a0a4dbdb36ee846be0a9c200dedfc6114a09b6 Author: Michał Górny gentoo org> AuthorDate: Thu May 12 14:02:51 2022 + Commit: Michał Górny gentoo org> CommitDate: Thu May 12 14:18:04 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a0a4db dev-python/iso8601: Enable py3.11 Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/iso8601-1.0.2-r1.ebuild | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dev-python/iso8601/iso8601-1.0.2-r1.ebuild b/dev-python/iso8601/iso8601-1.0.2-r1.ebuild index 9a6cd312e2e6..47aa6c695505 100644 --- a/dev-python/iso8601/iso8601-1.0.2-r1.ebuild +++ b/dev-python/iso8601/iso8601-1.0.2-r1.ebuild @@ -4,12 +4,15 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 DESCRIPTION="Simple module to parse ISO 8601 dates" -HOMEPAGE="https://pypi.org/project/iso8601/"; +HOMEPAGE=" + https://github.com/micktwomey/pyiso8601/ + https://pypi.org/project/iso8601/ +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" @@ -20,6 +23,7 @@ BDEPEND=" test? ( dev-python/hypothesis[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] - )" + ) +" distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 070d8242fe1bc3631e5633b68beee38bd5fd1c86 Author: Michał Górny gentoo org> AuthorDate: Sun Feb 27 18:56:08 2022 + Commit: Michał Górny gentoo org> CommitDate: Sun Feb 27 18:56:08 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070d8242 dev-python/iso8601: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/iso8601-1.0.2.ebuild | 25 - 1 file changed, 25 deletions(-) diff --git a/dev-python/iso8601/iso8601-1.0.2.ebuild b/dev-python/iso8601/iso8601-1.0.2.ebuild deleted file mode 100644 index f0d89ad82da2.. --- a/dev-python/iso8601/iso8601-1.0.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Simple module to parse ISO 8601 dates" -HOMEPAGE="https://pypi.org/project/iso8601/"; -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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" - -BDEPEND=" - test? ( - dev-python/hypothesis[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: a3ed4c45ab02f0ea6b65733d47ebac8cdf0219bc Author: Michał Górny gentoo org> AuthorDate: Wed Jan 26 22:54:34 2022 + Commit: Michał Górny gentoo org> CommitDate: Wed Jan 26 23:19:49 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ed4c45 dev-python/iso8601: Switch to PEP 517 build Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/iso8601-1.0.2-r1.ebuild | 25 + 1 file changed, 25 insertions(+) diff --git a/dev-python/iso8601/iso8601-1.0.2-r1.ebuild b/dev-python/iso8601/iso8601-1.0.2-r1.ebuild new file mode 100644 index ..03327264679d --- /dev/null +++ b/dev-python/iso8601/iso8601-1.0.2-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Simple module to parse ISO 8601 dates" +HOMEPAGE="https://pypi.org/project/iso8601/"; +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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" + +BDEPEND=" + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + )" + +distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 0940494eda6a150a97abb91dfa53560d21b2da89 Author: Michał Górny gentoo org> AuthorDate: Thu Dec 23 18:43:09 2021 + Commit: Michał Górny gentoo org> CommitDate: Thu Dec 23 18:43:09 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0940494e dev-python/iso8601: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/Manifest | 2 -- dev-python/iso8601/iso8601-1.0.0.ebuild | 19 --- dev-python/iso8601/iso8601-1.0.1.ebuild | 25 - 3 files changed, 46 deletions(-) diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest index 3bbff74169c5..dcd6c6b1adbb 100644 --- a/dev-python/iso8601/Manifest +++ b/dev-python/iso8601/Manifest @@ -1,3 +1 @@ -DIST iso8601-1.0.0.tar.gz 12294 BLAKE2B 71983fdb2d47dd4699af60ee8bb31e94c1b4aab91aad6b107896429ddccc8dd087c955df812ca088667a082febd5f65fdf3c2cb10974f14e32d0f9605ce0c13b SHA512 137fdbe891889428331883c745fc341b7b066e681d7ffa339bd3484663974f35ac0d9f25eaa438603c8d982821832f8f2fddb2a3906889e62affda6d8cfb38e6 -DIST iso8601-1.0.1.tar.gz 12525 BLAKE2B d5211464ad2e4774b25964a38eea95b63bc5fa7619f3d4e40326242b51340a3bc89d690b8112373450d183235ae3cca2888f2f17d604a730f965f04e73d5d331 SHA512 45e18b80b543fb0f9869810378ccaf17e46e046c2739901e881fb40a5b99315fdf893567e50e68a243ae72e268339ed486c07dbc98539904e4096d3357dca04d DIST iso8601-1.0.2.tar.gz 12653 BLAKE2B c7dbbe680f2828050b2ff32765da009b5f6dafdbc5182d5136f951f8604d7ff579b85050dbefae47d2b28ce88515b9dd73a8abf73b3419b4cdc4a4dd275b7228 SHA512 f28fbfe82c25575ad73a92df144c108ef3cf4e1a5a9af8362187014904073f26daa3b77dde689a23cfd87cdbf86196b241e925dd8cf5fd81728f0dbeee4836b7 diff --git a/dev-python/iso8601/iso8601-1.0.0.ebuild b/dev-python/iso8601/iso8601-1.0.0.ebuild deleted file mode 100644 index e89934d5d7c3.. --- a/dev-python/iso8601/iso8601-1.0.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Simple module to parse ISO 8601 dates" -HOMEPAGE="https://pypi.org/project/iso8601/"; -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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" - -distutils_enable_tests pytest diff --git a/dev-python/iso8601/iso8601-1.0.1.ebuild b/dev-python/iso8601/iso8601-1.0.1.ebuild deleted file mode 100644 index 68135693e59e.. --- a/dev-python/iso8601/iso8601-1.0.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Simple module to parse ISO 8601 dates" -HOMEPAGE="https://pypi.org/project/iso8601/"; -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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" - -BDEPEND=" - test? ( - dev-python/hypothesis[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 03977172f55eaa0292ae1d5568a74ff4e04d9e0b Author: Arthur Zamarin gentoo org> AuthorDate: Thu Dec 23 18:17:03 2021 + Commit: Arthur Zamarin gentoo org> CommitDate: Thu Dec 23 18:17:03 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03977172 dev-python/iso8601: Stabilize 1.0.2 ALLARCHES, #829883 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/iso8601/iso8601-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/iso8601/iso8601-1.0.2.ebuild b/dev-python/iso8601/iso8601-1.0.2.ebuild index 68135693e59e..f0d89ad82da2 100644 --- a/dev-python/iso8601/iso8601-1.0.2.ebuild +++ b/dev-python/iso8601/iso8601-1.0.2.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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 43dc97cc8edd28d81de89b4024a14f408e749aef Author: Michał Górny gentoo org> AuthorDate: Thu Dec 9 22:42:33 2021 + Commit: Michał Górny gentoo org> CommitDate: Thu Dec 9 22:42:33 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43dc97cc dev-python/iso8601: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/Manifest | 1 - dev-python/iso8601/iso8601-0.1.16.ebuild | 17 - 2 files changed, 18 deletions(-) diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest index f913c5c08586..3bbff74169c5 100644 --- a/dev-python/iso8601/Manifest +++ b/dev-python/iso8601/Manifest @@ -1,4 +1,3 @@ -DIST iso8601-0.1.16.tar.gz 19599 BLAKE2B ea09dc8f2d339de895e420e1efd6207b7138ba34b37186d86df099fc404a2880b146e20b904cddb69e4dbe777c56b41ad6e04191da8d2062d87b37af4e61c124 SHA512 b049de4c5fb21bca2e3183e82c86149ac7cab684ad8c7281cb8ffc2c0e53a86b00f68f260cff659c19f8814a35970462d2dbd06b21bbc42ed1507b583df7e25e DIST iso8601-1.0.0.tar.gz 12294 BLAKE2B 71983fdb2d47dd4699af60ee8bb31e94c1b4aab91aad6b107896429ddccc8dd087c955df812ca088667a082febd5f65fdf3c2cb10974f14e32d0f9605ce0c13b SHA512 137fdbe891889428331883c745fc341b7b066e681d7ffa339bd3484663974f35ac0d9f25eaa438603c8d982821832f8f2fddb2a3906889e62affda6d8cfb38e6 DIST iso8601-1.0.1.tar.gz 12525 BLAKE2B d5211464ad2e4774b25964a38eea95b63bc5fa7619f3d4e40326242b51340a3bc89d690b8112373450d183235ae3cca2888f2f17d604a730f965f04e73d5d331 SHA512 45e18b80b543fb0f9869810378ccaf17e46e046c2739901e881fb40a5b99315fdf893567e50e68a243ae72e268339ed486c07dbc98539904e4096d3357dca04d DIST iso8601-1.0.2.tar.gz 12653 BLAKE2B c7dbbe680f2828050b2ff32765da009b5f6dafdbc5182d5136f951f8604d7ff579b85050dbefae47d2b28ce88515b9dd73a8abf73b3419b4cdc4a4dd275b7228 SHA512 f28fbfe82c25575ad73a92df144c108ef3cf4e1a5a9af8362187014904073f26daa3b77dde689a23cfd87cdbf86196b241e925dd8cf5fd81728f0dbeee4836b7 diff --git a/dev-python/iso8601/iso8601-0.1.16.ebuild b/dev-python/iso8601/iso8601-0.1.16.ebuild deleted file mode 100644 index 1cd9f7007c7b.. --- a/dev-python/iso8601/iso8601-0.1.16.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="Simple module to parse ISO 8601 dates" -HOMEPAGE="https://pypi.org/project/iso8601/"; -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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" - -distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: dd63d5d5b62f5e6d80d3e23f133f1208893b5127 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Dec 9 21:55:33 2021 + Commit: Arthur Zamarin gentoo org> CommitDate: Thu Dec 9 21:55:52 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd63d5d5 dev-python/iso8601: Stabilize 1.0.0 ALLARCHES, #828623 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/iso8601/iso8601-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/iso8601/iso8601-1.0.0.ebuild b/dev-python/iso8601/iso8601-1.0.0.ebuild index accfc1c9ab60..e89934d5d7c3 100644 --- a/dev-python/iso8601/iso8601-1.0.0.ebuild +++ b/dev-python/iso8601/iso8601-1.0.0.ebuild @@ -14,6 +14,6 @@ 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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: b1955656d0adf3a805ac8531ba80cfd5d718685d Author: Michał Górny gentoo org> AuthorDate: Tue Nov 23 21:08:16 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Nov 23 22:04:52 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1955656 dev-python/iso8601: Bump to 1.0.2 Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/Manifest | 1 + dev-python/iso8601/iso8601-1.0.2.ebuild | 25 + 2 files changed, 26 insertions(+) diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest index 7265d903a4be..f913c5c08586 100644 --- a/dev-python/iso8601/Manifest +++ b/dev-python/iso8601/Manifest @@ -1,3 +1,4 @@ DIST iso8601-0.1.16.tar.gz 19599 BLAKE2B ea09dc8f2d339de895e420e1efd6207b7138ba34b37186d86df099fc404a2880b146e20b904cddb69e4dbe777c56b41ad6e04191da8d2062d87b37af4e61c124 SHA512 b049de4c5fb21bca2e3183e82c86149ac7cab684ad8c7281cb8ffc2c0e53a86b00f68f260cff659c19f8814a35970462d2dbd06b21bbc42ed1507b583df7e25e DIST iso8601-1.0.0.tar.gz 12294 BLAKE2B 71983fdb2d47dd4699af60ee8bb31e94c1b4aab91aad6b107896429ddccc8dd087c955df812ca088667a082febd5f65fdf3c2cb10974f14e32d0f9605ce0c13b SHA512 137fdbe891889428331883c745fc341b7b066e681d7ffa339bd3484663974f35ac0d9f25eaa438603c8d982821832f8f2fddb2a3906889e62affda6d8cfb38e6 DIST iso8601-1.0.1.tar.gz 12525 BLAKE2B d5211464ad2e4774b25964a38eea95b63bc5fa7619f3d4e40326242b51340a3bc89d690b8112373450d183235ae3cca2888f2f17d604a730f965f04e73d5d331 SHA512 45e18b80b543fb0f9869810378ccaf17e46e046c2739901e881fb40a5b99315fdf893567e50e68a243ae72e268339ed486c07dbc98539904e4096d3357dca04d +DIST iso8601-1.0.2.tar.gz 12653 BLAKE2B c7dbbe680f2828050b2ff32765da009b5f6dafdbc5182d5136f951f8604d7ff579b85050dbefae47d2b28ce88515b9dd73a8abf73b3419b4cdc4a4dd275b7228 SHA512 f28fbfe82c25575ad73a92df144c108ef3cf4e1a5a9af8362187014904073f26daa3b77dde689a23cfd87cdbf86196b241e925dd8cf5fd81728f0dbeee4836b7 diff --git a/dev-python/iso8601/iso8601-1.0.2.ebuild b/dev-python/iso8601/iso8601-1.0.2.ebuild new file mode 100644 index ..68135693e59e --- /dev/null +++ b/dev-python/iso8601/iso8601-1.0.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_SETUPTOOLS=pyproject.toml +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Simple module to parse ISO 8601 dates" +HOMEPAGE="https://pypi.org/project/iso8601/"; +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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" + +BDEPEND=" + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + )" + +distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 80024ecb2992bfe01e48f7f75d8846fce45a8762 Author: Michał Górny gentoo org> AuthorDate: Tue Nov 23 12:12:00 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Nov 23 12:13:58 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80024ecb dev-python/iso8601: Add missing pytz test dep Closes: https://bugs.gentoo.org/826858 Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/iso8601-1.0.1.ebuild | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/iso8601/iso8601-1.0.1.ebuild b/dev-python/iso8601/iso8601-1.0.1.ebuild index 90eaf5c81386..68135693e59e 100644 --- a/dev-python/iso8601/iso8601-1.0.1.ebuild +++ b/dev-python/iso8601/iso8601-1.0.1.ebuild @@ -17,6 +17,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" BDEPEND=" - test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )" + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + )" distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 9fedfc689863d2e0b372c5396660485d29d9464e Author: Michał Górny gentoo org> AuthorDate: Tue Nov 23 08:14:24 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Nov 23 08:16:44 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fedfc68 dev-python/iso8601: Add hypothesis test-dep Closes: https://bugs.gentoo.org/826714 Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/iso8601-1.0.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/iso8601/iso8601-1.0.1.ebuild b/dev-python/iso8601/iso8601-1.0.1.ebuild index accfc1c9ab60..90eaf5c81386 100644 --- a/dev-python/iso8601/iso8601-1.0.1.ebuild +++ b/dev-python/iso8601/iso8601-1.0.1.ebuild @@ -16,4 +16,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" +BDEPEND=" + test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )" + distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: f3666e024b19b8b9780be139fc3ef7c29bb6c945 Author: Michał Górny gentoo org> AuthorDate: Mon Nov 22 22:32:20 2021 + Commit: Michał Górny gentoo org> CommitDate: Mon Nov 22 23:04:22 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3666e02 dev-python/iso8601: Bump to 1.0.1 Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/Manifest | 1 + dev-python/iso8601/iso8601-1.0.1.ebuild | 19 +++ 2 files changed, 20 insertions(+) diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest index 4b619f9e4e59..7265d903a4be 100644 --- a/dev-python/iso8601/Manifest +++ b/dev-python/iso8601/Manifest @@ -1,2 +1,3 @@ DIST iso8601-0.1.16.tar.gz 19599 BLAKE2B ea09dc8f2d339de895e420e1efd6207b7138ba34b37186d86df099fc404a2880b146e20b904cddb69e4dbe777c56b41ad6e04191da8d2062d87b37af4e61c124 SHA512 b049de4c5fb21bca2e3183e82c86149ac7cab684ad8c7281cb8ffc2c0e53a86b00f68f260cff659c19f8814a35970462d2dbd06b21bbc42ed1507b583df7e25e DIST iso8601-1.0.0.tar.gz 12294 BLAKE2B 71983fdb2d47dd4699af60ee8bb31e94c1b4aab91aad6b107896429ddccc8dd087c955df812ca088667a082febd5f65fdf3c2cb10974f14e32d0f9605ce0c13b SHA512 137fdbe891889428331883c745fc341b7b066e681d7ffa339bd3484663974f35ac0d9f25eaa438603c8d982821832f8f2fddb2a3906889e62affda6d8cfb38e6 +DIST iso8601-1.0.1.tar.gz 12525 BLAKE2B d5211464ad2e4774b25964a38eea95b63bc5fa7619f3d4e40326242b51340a3bc89d690b8112373450d183235ae3cca2888f2f17d604a730f965f04e73d5d331 SHA512 45e18b80b543fb0f9869810378ccaf17e46e046c2739901e881fb40a5b99315fdf893567e50e68a243ae72e268339ed486c07dbc98539904e4096d3357dca04d diff --git a/dev-python/iso8601/iso8601-1.0.1.ebuild b/dev-python/iso8601/iso8601-1.0.1.ebuild new file mode 100644 index ..accfc1c9ab60 --- /dev/null +++ b/dev-python/iso8601/iso8601-1.0.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_SETUPTOOLS=pyproject.toml +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Simple module to parse ISO 8601 dates" +HOMEPAGE="https://pypi.org/project/iso8601/"; +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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" + +distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: abe87084dfb8275573ab20cf620620356541e51b Author: Michał Górny gentoo org> AuthorDate: Mon Nov 8 08:12:36 2021 + Commit: Michał Górny gentoo org> CommitDate: Mon Nov 8 08:25:10 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe87084 dev-python/iso8601: Bump to 1.0.0 Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/Manifest | 1 + dev-python/iso8601/iso8601-1.0.0.ebuild | 19 +++ 2 files changed, 20 insertions(+) diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest index 591b3c15532..4b619f9e4e5 100644 --- a/dev-python/iso8601/Manifest +++ b/dev-python/iso8601/Manifest @@ -1 +1,2 @@ DIST iso8601-0.1.16.tar.gz 19599 BLAKE2B ea09dc8f2d339de895e420e1efd6207b7138ba34b37186d86df099fc404a2880b146e20b904cddb69e4dbe777c56b41ad6e04191da8d2062d87b37af4e61c124 SHA512 b049de4c5fb21bca2e3183e82c86149ac7cab684ad8c7281cb8ffc2c0e53a86b00f68f260cff659c19f8814a35970462d2dbd06b21bbc42ed1507b583df7e25e +DIST iso8601-1.0.0.tar.gz 12294 BLAKE2B 71983fdb2d47dd4699af60ee8bb31e94c1b4aab91aad6b107896429ddccc8dd087c955df812ca088667a082febd5f65fdf3c2cb10974f14e32d0f9605ce0c13b SHA512 137fdbe891889428331883c745fc341b7b066e681d7ffa339bd3484663974f35ac0d9f25eaa438603c8d982821832f8f2fddb2a3906889e62affda6d8cfb38e6 diff --git a/dev-python/iso8601/iso8601-1.0.0.ebuild b/dev-python/iso8601/iso8601-1.0.0.ebuild new file mode 100644 index 000..accfc1c9ab6 --- /dev/null +++ b/dev-python/iso8601/iso8601-1.0.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_SETUPTOOLS=pyproject.toml +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Simple module to parse ISO 8601 dates" +HOMEPAGE="https://pypi.org/project/iso8601/"; +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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" + +distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 7d4517b7bcbd982135d026f1e9257f31b0fe3ad7 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 26 08:13:29 2021 + Commit: Michał Górny gentoo org> CommitDate: Thu Aug 26 08:13:29 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4517b7 dev-python/iso8601: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/Manifest | 1 - dev-python/iso8601/iso8601-0.1.14.ebuild | 18 -- 2 files changed, 19 deletions(-) diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest index f2b0652c81d..591b3c15532 100644 --- a/dev-python/iso8601/Manifest +++ b/dev-python/iso8601/Manifest @@ -1,2 +1 @@ -DIST iso8601-0.1.14.tar.gz 12722 BLAKE2B bbf56603d976d9f015ce04ed61c246b1b57e4edce1a912ac7ac5c932d122ca3855e917a7993b3e2d7ee6ba9ebbc9be6c554e69880abc30488698d8c354bf8ad4 SHA512 a461eb6cd011fed1ebec583b80ecf85b542c80dbdb4ad0213131febe0b58567bc0852283443c87923662b85e125ab66642b876b16ddfc3698445dd80e67e0720 DIST iso8601-0.1.16.tar.gz 19599 BLAKE2B ea09dc8f2d339de895e420e1efd6207b7138ba34b37186d86df099fc404a2880b146e20b904cddb69e4dbe777c56b41ad6e04191da8d2062d87b37af4e61c124 SHA512 b049de4c5fb21bca2e3183e82c86149ac7cab684ad8c7281cb8ffc2c0e53a86b00f68f260cff659c19f8814a35970462d2dbd06b21bbc42ed1507b583df7e25e diff --git a/dev-python/iso8601/iso8601-0.1.14.ebuild b/dev-python/iso8601/iso8601-0.1.14.ebuild deleted file mode 100644 index 6930b15999c..000 --- a/dev-python/iso8601/iso8601-0.1.14.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Simple module to parse ISO 8601 dates" -HOMEPAGE="https://pypi.org/project/iso8601/"; -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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" - -distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 8c25aa857418d8019ecc915765d3306fac56fbff Author: Sam James gentoo org> AuthorDate: Thu Aug 26 02:58:24 2021 + Commit: Sam James gentoo org> CommitDate: Thu Aug 26 02:58:24 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c25aa85 dev-python/iso8601: Stabilize 0.1.16 ALLARCHES, #810377 Signed-off-by: Sam James gentoo.org> dev-python/iso8601/iso8601-0.1.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/iso8601/iso8601-0.1.16.ebuild b/dev-python/iso8601/iso8601-0.1.16.ebuild index cc7b6b92433..1cd9f7007c7 100644 --- a/dev-python/iso8601/iso8601-0.1.16.ebuild +++ b/dev-python/iso8601/iso8601-0.1.16.ebuild @@ -12,6 +12,6 @@ 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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 15ba4329f178e4d5d926fdcb6487d0a09efa34d3 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 17 06:25:46 2021 + Commit: Michał Górny gentoo org> CommitDate: Sat Jul 17 07:03:40 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ba4329 dev-python/iso8601: Bump to 0.1.16 Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/Manifest | 1 + dev-python/iso8601/iso8601-0.1.16.ebuild | 17 + 2 files changed, 18 insertions(+) diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest index b35fc0810ef..f2b0652c81d 100644 --- a/dev-python/iso8601/Manifest +++ b/dev-python/iso8601/Manifest @@ -1 +1,2 @@ DIST iso8601-0.1.14.tar.gz 12722 BLAKE2B bbf56603d976d9f015ce04ed61c246b1b57e4edce1a912ac7ac5c932d122ca3855e917a7993b3e2d7ee6ba9ebbc9be6c554e69880abc30488698d8c354bf8ad4 SHA512 a461eb6cd011fed1ebec583b80ecf85b542c80dbdb4ad0213131febe0b58567bc0852283443c87923662b85e125ab66642b876b16ddfc3698445dd80e67e0720 +DIST iso8601-0.1.16.tar.gz 19599 BLAKE2B ea09dc8f2d339de895e420e1efd6207b7138ba34b37186d86df099fc404a2880b146e20b904cddb69e4dbe777c56b41ad6e04191da8d2062d87b37af4e61c124 SHA512 b049de4c5fb21bca2e3183e82c86149ac7cab684ad8c7281cb8ffc2c0e53a86b00f68f260cff659c19f8814a35970462d2dbd06b21bbc42ed1507b583df7e25e diff --git a/dev-python/iso8601/iso8601-0.1.16.ebuild b/dev-python/iso8601/iso8601-0.1.16.ebuild new file mode 100644 index 000..cc7b6b92433 --- /dev/null +++ b/dev-python/iso8601/iso8601-0.1.16.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) +inherit distutils-r1 + +DESCRIPTION="Simple module to parse ISO 8601 dates" +HOMEPAGE="https://pypi.org/project/iso8601/"; +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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" + +distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: a096d21f57e74a50e7de18a68df7c29e0452847e Author: Jakov Smolic sartura hr> AuthorDate: Thu May 6 22:02:49 2021 + Commit: Michał Górny gentoo org> CommitDate: Fri May 7 10:51:53 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a096d21f dev-python/iso8601: Port to python3.10 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/iso8601-0.1.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/iso8601/iso8601-0.1.14.ebuild b/dev-python/iso8601/iso8601-0.1.14.ebuild index 7d75b51bfd5..6930b15999c 100644 --- a/dev-python/iso8601/iso8601-0.1.14.ebuild +++ b/dev-python/iso8601/iso8601-0.1.14.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: bab80347e26cd7f223af7172e9d0dfbf35f0fa8a Author: Michał Górny gentoo org> AuthorDate: Sun Mar 7 20:21:31 2021 + Commit: Michał Górny gentoo org> CommitDate: Sun Mar 7 22:38:27 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab80347 dev-python/iso8601: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/Manifest | 1 - dev-python/iso8601/iso8601-0.1.13.ebuild | 18 -- 2 files changed, 19 deletions(-) diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest index 5ef7797b576..b35fc0810ef 100644 --- a/dev-python/iso8601/Manifest +++ b/dev-python/iso8601/Manifest @@ -1,2 +1 @@ -DIST iso8601-0.1.13.tar.gz 12205 BLAKE2B 21dbc1f4212ec76bba2105e15eaeaac1a3bbac9f296e91e813efcb0811e75e45c4dcb5500bb29446e401c88035a602746ebe9394abc65b4d9637a12a2bf96a00 SHA512 0a16e2699ba3f33cec57acdd2be70c64d0e2655f08d30581f56997992945b700e6bfb14164f1f422e073eefeaefab4377a56ec6b3800156347e1568172c32737 DIST iso8601-0.1.14.tar.gz 12722 BLAKE2B bbf56603d976d9f015ce04ed61c246b1b57e4edce1a912ac7ac5c932d122ca3855e917a7993b3e2d7ee6ba9ebbc9be6c554e69880abc30488698d8c354bf8ad4 SHA512 a461eb6cd011fed1ebec583b80ecf85b542c80dbdb4ad0213131febe0b58567bc0852283443c87923662b85e125ab66642b876b16ddfc3698445dd80e67e0720 diff --git a/dev-python/iso8601/iso8601-0.1.13.ebuild b/dev-python/iso8601/iso8601-0.1.13.ebuild deleted file mode 100644 index 1cfde114660..000 --- a/dev-python/iso8601/iso8601-0.1.13.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Simple module to parse ISO 8601 dates" -HOMEPAGE="https://pypi.org/project/iso8601/"; -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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" - -distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: df94ca18d658223cf1cc40a0d8d0ee1822427143 Author: Sam James gentoo org> AuthorDate: Sun Mar 7 19:42:49 2021 + Commit: Sam James gentoo org> CommitDate: Sun Mar 7 19:42:49 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df94ca18 dev-python/iso8601: Stabilize 0.1.14 ALLARCHES, #774591 Signed-off-by: Sam James gentoo.org> dev-python/iso8601/iso8601-0.1.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/iso8601/iso8601-0.1.14.ebuild b/dev-python/iso8601/iso8601-0.1.14.ebuild index cbb31758601..1cfde114660 100644 --- a/dev-python/iso8601/iso8601-0.1.14.ebuild +++ b/dev-python/iso8601/iso8601-0.1.14.ebuild @@ -13,6 +13,6 @@ 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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 5fd2a577b36cd72f72272750a195c18a4d14717a Author: Michał Górny gentoo org> AuthorDate: Tue Mar 2 08:22:58 2021 + Commit: Michał Górny gentoo org> CommitDate: Tue Mar 2 08:22:58 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd2a577 dev-python/iso8601: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/Manifest | 1 - dev-python/iso8601/iso8601-0.1.12-r1.ebuild | 18 -- 2 files changed, 19 deletions(-) diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest index 8660c96edd2..5ef7797b576 100644 --- a/dev-python/iso8601/Manifest +++ b/dev-python/iso8601/Manifest @@ -1,3 +1,2 @@ -DIST iso8601-0.1.12.tar.gz 8868 BLAKE2B 5463af17cfaf2c1f256790ec11dc50f808857abdf0a341f2c88033e9e94f09069ed570223c3743007e0fff8fdd9a714bce0ef3e88a961c2bb131b79e88a1424f SHA512 d64f3a83fd3a678446e17fb35265c0487491a53a2ec306fe2332c59e9e471bfe8580b3280da7ae13664f07f7f29edb0347196351ab698849ccaefb52d6ce6613 DIST iso8601-0.1.13.tar.gz 12205 BLAKE2B 21dbc1f4212ec76bba2105e15eaeaac1a3bbac9f296e91e813efcb0811e75e45c4dcb5500bb29446e401c88035a602746ebe9394abc65b4d9637a12a2bf96a00 SHA512 0a16e2699ba3f33cec57acdd2be70c64d0e2655f08d30581f56997992945b700e6bfb14164f1f422e073eefeaefab4377a56ec6b3800156347e1568172c32737 DIST iso8601-0.1.14.tar.gz 12722 BLAKE2B bbf56603d976d9f015ce04ed61c246b1b57e4edce1a912ac7ac5c932d122ca3855e917a7993b3e2d7ee6ba9ebbc9be6c554e69880abc30488698d8c354bf8ad4 SHA512 a461eb6cd011fed1ebec583b80ecf85b542c80dbdb4ad0213131febe0b58567bc0852283443c87923662b85e125ab66642b876b16ddfc3698445dd80e67e0720 diff --git a/dev-python/iso8601/iso8601-0.1.12-r1.ebuild b/dev-python/iso8601/iso8601-0.1.12-r1.ebuild deleted file mode 100644 index 1cfde114660..000 --- a/dev-python/iso8601/iso8601-0.1.12-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Simple module to parse ISO 8601 dates" -HOMEPAGE="https://pypi.org/project/iso8601/"; -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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" - -distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: c0deba6d268a682fcfe56dd7eb708e00338e974e Author: Sam James gentoo org> AuthorDate: Tue Mar 2 01:34:21 2021 + Commit: Sam James gentoo org> CommitDate: Tue Mar 2 01:34:21 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0deba6d dev-python/iso8601: Stabilize 0.1.13 ALLARCHES, #773739 Signed-off-by: Sam James gentoo.org> dev-python/iso8601/iso8601-0.1.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/iso8601/iso8601-0.1.13.ebuild b/dev-python/iso8601/iso8601-0.1.13.ebuild index cbb31758601..1cfde114660 100644 --- a/dev-python/iso8601/iso8601-0.1.13.ebuild +++ b/dev-python/iso8601/iso8601-0.1.13.ebuild @@ -13,6 +13,6 @@ 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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 1e63a54ad2e46a0b28b7140de92e4401bbf097b7 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 5 20:35:11 2021 + Commit: Michał Górny gentoo org> CommitDate: Fri Feb 5 21:28:27 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e63a54a dev-python/iso8601: Bump to 0.1.14 Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/Manifest | 1 + dev-python/iso8601/iso8601-0.1.14.ebuild | 18 ++ 2 files changed, 19 insertions(+) diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest index 0617a4b6f93..8660c96edd2 100644 --- a/dev-python/iso8601/Manifest +++ b/dev-python/iso8601/Manifest @@ -1,2 +1,3 @@ DIST iso8601-0.1.12.tar.gz 8868 BLAKE2B 5463af17cfaf2c1f256790ec11dc50f808857abdf0a341f2c88033e9e94f09069ed570223c3743007e0fff8fdd9a714bce0ef3e88a961c2bb131b79e88a1424f SHA512 d64f3a83fd3a678446e17fb35265c0487491a53a2ec306fe2332c59e9e471bfe8580b3280da7ae13664f07f7f29edb0347196351ab698849ccaefb52d6ce6613 DIST iso8601-0.1.13.tar.gz 12205 BLAKE2B 21dbc1f4212ec76bba2105e15eaeaac1a3bbac9f296e91e813efcb0811e75e45c4dcb5500bb29446e401c88035a602746ebe9394abc65b4d9637a12a2bf96a00 SHA512 0a16e2699ba3f33cec57acdd2be70c64d0e2655f08d30581f56997992945b700e6bfb14164f1f422e073eefeaefab4377a56ec6b3800156347e1568172c32737 +DIST iso8601-0.1.14.tar.gz 12722 BLAKE2B bbf56603d976d9f015ce04ed61c246b1b57e4edce1a912ac7ac5c932d122ca3855e917a7993b3e2d7ee6ba9ebbc9be6c554e69880abc30488698d8c354bf8ad4 SHA512 a461eb6cd011fed1ebec583b80ecf85b542c80dbdb4ad0213131febe0b58567bc0852283443c87923662b85e125ab66642b876b16ddfc3698445dd80e67e0720 diff --git a/dev-python/iso8601/iso8601-0.1.14.ebuild b/dev-python/iso8601/iso8601-0.1.14.ebuild new file mode 100644 index 000..cbb31758601 --- /dev/null +++ b/dev-python/iso8601/iso8601-0.1.14.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Simple module to parse ISO 8601 dates" +HOMEPAGE="https://pypi.org/project/iso8601/"; +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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" + +distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 89849257fd6ed7c71b06be42a59881cbbb7c6571 Author: Sam James gentoo org> AuthorDate: Thu Jan 21 00:57:40 2021 + Commit: Sam James gentoo org> CommitDate: Thu Jan 21 01:05:02 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89849257 dev-python/iso8601: bump to 0.1.13 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-python/iso8601/Manifest | 1 + dev-python/iso8601/iso8601-0.1.13.ebuild | 18 ++ 2 files changed, 19 insertions(+) diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest index c6a1a3d7e88..0617a4b6f93 100644 --- a/dev-python/iso8601/Manifest +++ b/dev-python/iso8601/Manifest @@ -1 +1,2 @@ DIST iso8601-0.1.12.tar.gz 8868 BLAKE2B 5463af17cfaf2c1f256790ec11dc50f808857abdf0a341f2c88033e9e94f09069ed570223c3743007e0fff8fdd9a714bce0ef3e88a961c2bb131b79e88a1424f SHA512 d64f3a83fd3a678446e17fb35265c0487491a53a2ec306fe2332c59e9e471bfe8580b3280da7ae13664f07f7f29edb0347196351ab698849ccaefb52d6ce6613 +DIST iso8601-0.1.13.tar.gz 12205 BLAKE2B 21dbc1f4212ec76bba2105e15eaeaac1a3bbac9f296e91e813efcb0811e75e45c4dcb5500bb29446e401c88035a602746ebe9394abc65b4d9637a12a2bf96a00 SHA512 0a16e2699ba3f33cec57acdd2be70c64d0e2655f08d30581f56997992945b700e6bfb14164f1f422e073eefeaefab4377a56ec6b3800156347e1568172c32737 diff --git a/dev-python/iso8601/iso8601-0.1.13.ebuild b/dev-python/iso8601/iso8601-0.1.13.ebuild new file mode 100644 index 000..530faf4427d --- /dev/null +++ b/dev-python/iso8601/iso8601-0.1.13.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Simple module to parse ISO 8601 dates" +HOMEPAGE="https://pypi.org/project/iso8601/"; +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 ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" + +distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 72e7e62046fb886d2e0d6ae748ee271f37176ed3 Author: Sam James gentoo org> AuthorDate: Thu Jan 21 00:55:39 2021 + Commit: Sam James gentoo org> CommitDate: Thu Jan 21 01:05:02 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e7e620 dev-python/iso8601: add github remote-id Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-python/iso8601/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/iso8601/metadata.xml b/dev-python/iso8601/metadata.xml index 7320caf6f36..8e99ce2c78d 100644 --- a/dev-python/iso8601/metadata.xml +++ b/dev-python/iso8601/metadata.xml @@ -8,5 +8,6 @@ iso8601 + micktwomey/pyiso8601
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 34650ea2c5f0b04ef40b7dbc417ac8b1f56390dd Author: Michał Górny gentoo org> AuthorDate: Sun Sep 20 13:02:57 2020 + Commit: Michał Górny gentoo org> CommitDate: Sun Sep 20 13:11:37 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34650ea2 dev-python/iso8601: Remove python2 Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/{iso8601-0.1.12.ebuild => iso8601-0.1.12-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/iso8601/iso8601-0.1.12.ebuild b/dev-python/iso8601/iso8601-0.1.12-r1.ebuild similarity index 90% rename from dev-python/iso8601/iso8601-0.1.12.ebuild rename to dev-python/iso8601/iso8601-0.1.12-r1.ebuild index 0771ad4c104..a13c32ae5c5 100644 --- a/dev-python/iso8601/iso8601-0.1.12.ebuild +++ b/dev-python/iso8601/iso8601-0.1.12-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: ad93678096911b149994410c4a751f4b46c454bb Author: Michał Górny gentoo org> AuthorDate: Mon May 25 19:02:22 2020 + Commit: Michał Górny gentoo org> CommitDate: Mon May 25 19:27:43 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad936780 dev-python/iso8601: Port to py3.9 Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/iso8601-0.1.12.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/iso8601/iso8601-0.1.12.ebuild b/dev-python/iso8601/iso8601-0.1.12.ebuild index fe65dd2909f..794ce2637c0 100644 --- a/dev-python/iso8601/iso8601-0.1.12.ebuild +++ b/dev-python/iso8601/iso8601-0.1.12.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1 @@ -15,6 +15,4 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 3c3ce04b5a38e991554ecf215722dde818b0f8f3 Author: Michał Górny gentoo org> AuthorDate: Fri Mar 27 16:16:12 2020 + Commit: Michał Górny gentoo org> CommitDate: Fri Mar 27 16:29:34 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3ce04b dev-python/iso8601: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/Manifest | 2 -- dev-python/iso8601/iso8601-0.1.10.ebuild | 25 - dev-python/iso8601/iso8601-0.1.11.ebuild | 25 - 3 files changed, 52 deletions(-) diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest index 617700f5806..c6a1a3d7e88 100644 --- a/dev-python/iso8601/Manifest +++ b/dev-python/iso8601/Manifest @@ -1,3 +1 @@ -DIST iso8601-0.1.10.tar.gz 8405 BLAKE2B e9831b9a4cd8a6fd8bb1717c182f46250017a84efc3000484a395ea2b9353a279d0087b7ad8b5ae5153b767a69992650d62efd25c71a0967c217e09cc6cdfa77 SHA512 5a3635b3daf6c5ccfd0dfdf47bcd60a0841c06137b3ee334ec024909fa24c8fe4a1da1fa253e0a5dfaca173d4b10dfd994b83a031b2a0385406ca92987098168 -DIST iso8601-0.1.11.tar.gz 8725 BLAKE2B 7eed190b8876ae86f8b551676ce69e8bd3a09156ac44567bbbf48d77229f9b52f9fec62ca3c1fa620bea8c7afe2b62d2d6c5ac22a3e5d88adc6bdcf2b6bf0b89 SHA512 19f5443aae4e3f93b0521a7215318c2833bcca5740ea05f9a6d5771bff2aaeb5626ba26e5ba64efae135bf9420a1810854969dad845aaf67089d5e6898a254a0 DIST iso8601-0.1.12.tar.gz 8868 BLAKE2B 5463af17cfaf2c1f256790ec11dc50f808857abdf0a341f2c88033e9e94f09069ed570223c3743007e0fff8fdd9a714bce0ef3e88a961c2bb131b79e88a1424f SHA512 d64f3a83fd3a678446e17fb35265c0487491a53a2ec306fe2332c59e9e471bfe8580b3280da7ae13664f07f7f29edb0347196351ab698849ccaefb52d6ce6613 diff --git a/dev-python/iso8601/iso8601-0.1.10.ebuild b/dev-python/iso8601/iso8601-0.1.10.ebuild deleted file mode 100644 index 484b87a6e77..000 --- a/dev-python/iso8601/iso8601-0.1.10.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Simple module to parse ISO 8601 dates" -HOMEPAGE="https://pypi.org/project/iso8601/"; -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 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )" - -python_test() { - "${PYTHON}" -m pytest --verbose ${PN} || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/iso8601/iso8601-0.1.11.ebuild b/dev-python/iso8601/iso8601-0.1.11.ebuild deleted file mode 100644 index edba6633125..000 --- a/dev-python/iso8601/iso8601-0.1.11.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Simple module to parse ISO 8601 dates" -HOMEPAGE="https://pypi.org/project/iso8601/"; -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 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )" - -python_test() { - "${PYTHON}" -m pytest --verbose ${PN} || die "Tests fail with ${EPYTHON}" -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 55ead2c077cf151787900b4bc893fc49a1b6e91a Author: Michał Górny gentoo org> AuthorDate: Sat Nov 16 13:47:34 2019 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 16 13:53:19 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ead2c0 dev-python/iso8601: Fix remaining MissingTestRestrict Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/iso8601-0.1.10.ebuild | 1 + dev-python/iso8601/iso8601-0.1.11.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/iso8601/iso8601-0.1.10.ebuild b/dev-python/iso8601/iso8601-0.1.10.ebuild index f5586bb4de3..b54a20197bc 100644 --- a/dev-python/iso8601/iso8601-0.1.10.ebuild +++ b/dev-python/iso8601/iso8601-0.1.10.ebuild @@ -15,6 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )" diff --git a/dev-python/iso8601/iso8601-0.1.11.ebuild b/dev-python/iso8601/iso8601-0.1.11.ebuild index 125436e3d3a..a69b72ef960 100644 --- a/dev-python/iso8601/iso8601-0.1.11.ebuild +++ b/dev-python/iso8601/iso8601-0.1.11.ebuild @@ -15,6 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )"
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 0244ce207e4eb6f0447998b548ad46780f75feac Author: Michał Górny gentoo org> AuthorDate: Sat Nov 16 13:39:41 2019 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 16 13:53:13 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0244ce20 dev-python/iso8601: Enable py3.8 Signed-off-by: Michał Górny gentoo.org> dev-python/iso8601/iso8601-0.1.12.ebuild | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/dev-python/iso8601/iso8601-0.1.12.ebuild b/dev-python/iso8601/iso8601-0.1.12.ebuild index 6020fca39c8..e54fa1b1591 100644 --- a/dev-python/iso8601/iso8601-0.1.12.ebuild +++ b/dev-python/iso8601/iso8601-0.1.12.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 ) inherit distutils-r1 @@ -14,11 +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 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" -IUSE="test" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -python_test() { - "${PYTHON}" -m pytest --verbose ${PN} || die "Tests fail with ${EPYTHON}" -} +distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 9980ff73f236404df52c39c72ae0b5e55e0ab4c1 Author: Mart Raudsepp gentoo org> AuthorDate: Mon May 7 10:17:26 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Mon May 7 10:17:26 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9980ff73 dev-python/iso8601-0.1.12: stable ALLARCHES Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/iso8601/iso8601-0.1.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/iso8601/iso8601-0.1.12.ebuild b/dev-python/iso8601/iso8601-0.1.12.ebuild index 77e38feb6cf..56030ced21d 100644 --- a/dev-python/iso8601/iso8601-0.1.12.ebuild +++ b/dev-python/iso8601/iso8601-0.1.12.ebuild @@ -13,7 +13,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 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: c3b87e00dc082705cae14029a5757f9b5eb67671 Author: Michał Górny gentoo org> AuthorDate: Mon May 7 06:57:55 2018 + Commit: Michał Górny gentoo org> CommitDate: Mon May 7 07:10:55 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b87e00 dev-python/iso8601: Mark for ALLARCHES stabilization dev-python/iso8601/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/iso8601/metadata.xml b/dev-python/iso8601/metadata.xml index 95d315c9a40..7320caf6f36 100644 --- a/dev-python/iso8601/metadata.xml +++ b/dev-python/iso8601/metadata.xml @@ -5,6 +5,7 @@ pyt...@gentoo.org Python + iso8601
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 1f6a0e09e21de1cf18b65c0353c1af8077f6e9c5 Author: Mart Raudsepp gentoo org> AuthorDate: Sun May 6 23:37:41 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Mon May 7 00:12:07 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6a0e09 dev-python/iso8601-0.1.11: arm64 stable Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/iso8601/iso8601-0.1.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/iso8601/iso8601-0.1.11.ebuild b/dev-python/iso8601/iso8601-0.1.11.ebuild index e0129397f67..9e904942dbd 100644 --- a/dev-python/iso8601/iso8601-0.1.11.ebuild +++ b/dev-python/iso8601/iso8601-0.1.11.ebuild @@ -13,7 +13,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 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 68ba99755f362b47239a7d5fed1a17cf5d9ead51 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 21 19:50:33 2018 + Commit: Michał Górny gentoo org> CommitDate: Wed Feb 21 20:18:42 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ba9975 dev-python/iso8601: Tested on ~amd64-fbsd dev-python/iso8601/iso8601-0.1.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/iso8601/iso8601-0.1.12.ebuild b/dev-python/iso8601/iso8601-0.1.12.ebuild index 4f136067bd4..1b9600900d3 100644 --- a/dev-python/iso8601/iso8601-0.1.12.ebuild +++ b/dev-python/iso8601/iso8601-0.1.12.ebuild @@ -13,7 +13,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 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 29bce11dd6e0a883c7df195d35a790685e2eeda9 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Feb 5 20:19:44 2018 + Commit: Michał Górny gentoo org> CommitDate: Mon Feb 5 21:53:49 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29bce11d dev-python/iso8601: remove dead HOMEPAGE dev-python/iso8601/iso8601-0.1.10.ebuild | 4 ++-- dev-python/iso8601/iso8601-0.1.11.ebuild | 4 ++-- dev-python/iso8601/iso8601-0.1.12.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/iso8601/iso8601-0.1.10.ebuild b/dev-python/iso8601/iso8601-0.1.10.ebuild index 734d93ba8da..837331b4a9c 100644 --- a/dev-python/iso8601/iso8601-0.1.10.ebuild +++ b/dev-python/iso8601/iso8601-0.1.10.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=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Simple module to parse ISO 8601 dates" -HOMEPAGE="https://code.google.com/p/pyiso8601/ https://pypi.python.org/pypi/iso8601"; +HOMEPAGE="https://pypi.python.org/pypi/iso8601"; SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/iso8601/iso8601-0.1.11.ebuild b/dev-python/iso8601/iso8601-0.1.11.ebuild index aec1dd38db8..50e9f122ffc 100644 --- a/dev-python/iso8601/iso8601-0.1.11.ebuild +++ b/dev-python/iso8601/iso8601-0.1.11.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=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Simple module to parse ISO 8601 dates" -HOMEPAGE="https://code.google.com/p/pyiso8601/ https://pypi.python.org/pypi/iso8601"; +HOMEPAGE="https://pypi.python.org/pypi/iso8601"; SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/iso8601/iso8601-0.1.12.ebuild b/dev-python/iso8601/iso8601-0.1.12.ebuild index b5793936c2f..4f136067bd4 100644 --- a/dev-python/iso8601/iso8601-0.1.12.ebuild +++ b/dev-python/iso8601/iso8601-0.1.12.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=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Simple module to parse ISO 8601 dates" -HOMEPAGE="https://code.google.com/p/pyiso8601/ https://pypi.python.org/pypi/iso8601"; +HOMEPAGE="https://pypi.python.org/pypi/iso8601"; SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 144c17430fabb353208897b036148aedab08800c Author: Patrick Lauer gentoo org> AuthorDate: Sat Sep 30 06:32:47 2017 + Commit: Patrick Lauer gentoo org> CommitDate: Sat Sep 30 15:29:52 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=144c1743 dev-python/iso8601: Bump Package-Manager: Portage-2.3.10, Repoman-2.3.3 dev-python/iso8601/Manifest | 1 + dev-python/iso8601/iso8601-0.1.12.ebuild | 24 2 files changed, 25 insertions(+) diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest index ef2b4ad0bb0..66610395e5c 100644 --- a/dev-python/iso8601/Manifest +++ b/dev-python/iso8601/Manifest @@ -1,2 +1,3 @@ DIST iso8601-0.1.10.tar.gz 8405 SHA256 e712ff3a18604833f5073e836aad795b21170b19bbef70947c441ed89d0ac0e1 SHA512 5a3635b3daf6c5ccfd0dfdf47bcd60a0841c06137b3ee334ec024909fa24c8fe4a1da1fa253e0a5dfaca173d4b10dfd994b83a031b2a0385406ca92987098168 WHIRLPOOL dc491a7b1b22e9cdf6b49b92c9378273d887a9a7760a501abb08931ffec0e07368ce378a69a2e91b95bb068b56a6d4f60e77e57079111694e05bc080eddb6a1f DIST iso8601-0.1.11.tar.gz 8725 SHA256 e8fb52f78880ae063336c94eb5b87b181e6a0cc33a6c008511bac9a6e980ef30 SHA512 19f5443aae4e3f93b0521a7215318c2833bcca5740ea05f9a6d5771bff2aaeb5626ba26e5ba64efae135bf9420a1810854969dad845aaf67089d5e6898a254a0 WHIRLPOOL 99f80758f28b80d45ff27c31d431546262a011473c714248562259811de143133a1eee34fb835993d612af1419960b3692c9f3cb9824a0c9c440d1e9a54bc9de +DIST iso8601-0.1.12.tar.gz 8868 SHA256 49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82 SHA512 d64f3a83fd3a678446e17fb35265c0487491a53a2ec306fe2332c59e9e471bfe8580b3280da7ae13664f07f7f29edb0347196351ab698849ccaefb52d6ce6613 WHIRLPOOL 1ca565ff9cf71aee523d0a7d85ac122c8a3fc3ababb8f20067cb49b31aa60670ab5b976dfbca81c47040663636256d270e054b89709e1457ef6c566d4b32775c diff --git a/dev-python/iso8601/iso8601-0.1.12.ebuild b/dev-python/iso8601/iso8601-0.1.12.ebuild new file mode 100644 index 000..b5793936c2f --- /dev/null +++ b/dev-python/iso8601/iso8601-0.1.12.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Simple module to parse ISO 8601 dates" +HOMEPAGE="https://code.google.com/p/pyiso8601/ https://pypi.python.org/pypi/iso8601"; +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 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" +IUSE="test" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )" + +python_test() { + "${PYTHON}" -m pytest --verbose ${PN} || die "Tests fail with ${EPYTHON}" +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: e5306de2300018e10cf223697572e604214aba3d Author: Matthew Thode gentoo org> AuthorDate: Sun Nov 6 19:46:03 2016 + Commit: Matt Thode gentoo org> CommitDate: Sun Nov 6 21:33:20 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5306de2 dev-python/iso8601: 0.1.11 stable amd64 and x86 Package-Manager: portage-2.3.0 dev-python/iso8601/iso8601-0.1.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/iso8601/iso8601-0.1.11.ebuild b/dev-python/iso8601/iso8601-0.1.11.ebuild index bfcdfdb..9ae2172 100644 --- a/dev-python/iso8601/iso8601-0.1.11.ebuild +++ b/dev-python/iso8601/iso8601-0.1.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -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 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/iso8601/
commit: 7e42efb44c029b5fb60b45d00e078c4a60d61cfc Author: Patrick Lauer gentoo org> AuthorDate: Sun Jan 3 15:00:01 2016 + Commit: Patrick Lauer gentoo org> CommitDate: Sun Jan 3 16:07:43 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e42efb4 dev-python/iso8601: Bump Package-Manager: portage-2.2.26 dev-python/iso8601/Manifest | 1 + dev-python/iso8601/iso8601-0.1.11.ebuild | 25 + 2 files changed, 26 insertions(+) diff --git a/dev-python/iso8601/Manifest b/dev-python/iso8601/Manifest index 88fba6d..ef2b4ad 100644 --- a/dev-python/iso8601/Manifest +++ b/dev-python/iso8601/Manifest @@ -1 +1,2 @@ DIST iso8601-0.1.10.tar.gz 8405 SHA256 e712ff3a18604833f5073e836aad795b21170b19bbef70947c441ed89d0ac0e1 SHA512 5a3635b3daf6c5ccfd0dfdf47bcd60a0841c06137b3ee334ec024909fa24c8fe4a1da1fa253e0a5dfaca173d4b10dfd994b83a031b2a0385406ca92987098168 WHIRLPOOL dc491a7b1b22e9cdf6b49b92c9378273d887a9a7760a501abb08931ffec0e07368ce378a69a2e91b95bb068b56a6d4f60e77e57079111694e05bc080eddb6a1f +DIST iso8601-0.1.11.tar.gz 8725 SHA256 e8fb52f78880ae063336c94eb5b87b181e6a0cc33a6c008511bac9a6e980ef30 SHA512 19f5443aae4e3f93b0521a7215318c2833bcca5740ea05f9a6d5771bff2aaeb5626ba26e5ba64efae135bf9420a1810854969dad845aaf67089d5e6898a254a0 WHIRLPOOL 99f80758f28b80d45ff27c31d431546262a011473c714248562259811de143133a1eee34fb835993d612af1419960b3692c9f3cb9824a0c9c440d1e9a54bc9de diff --git a/dev-python/iso8601/iso8601-0.1.11.ebuild b/dev-python/iso8601/iso8601-0.1.11.ebuild new file mode 100644 index 000..38a4d0e --- /dev/null +++ b/dev-python/iso8601/iso8601-0.1.11.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Simple module to parse ISO 8601 dates" +HOMEPAGE="https://code.google.com/p/pyiso8601/ https://pypi.python.org/pypi/iso8601"; +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 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" +IUSE="test" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )" + +python_test() { + "${PYTHON}" -m pytest --verbose ${PN} || die "Tests fail with ${EPYTHON}" +}