From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/convertdate/ Date: Sun, 3 May 2020 09:33:26 +0000 (UTC) [thread overview] Message-ID: <1588496876.96623a5baae99cee2b0065a33a258e00b4f4d7e7.andrewammerlaan@gentoo> (raw) commit: 96623a5baae99cee2b0065a33a258e00b4f4d7e7 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun May 3 09:07:56 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun May 3 09:07:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96623a5b dev-python/convertdate: enable tests support Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/convertdate/Manifest | 2 +- dev-python/convertdate/convertdate-2.2.0.ebuild | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/convertdate/Manifest b/dev-python/convertdate/Manifest index 8d8d4e2..577be12 100644 --- a/dev-python/convertdate/Manifest +++ b/dev-python/convertdate/Manifest @@ -1 +1 @@ -DIST convertdate-2.2.0.tar.gz 29774 BLAKE2B 0ff546c483f10edff8c8ce062d606560cc435b14376426fbfcfaa50133da65f7da8754f49cd30ae171529b722db52add6569e4d439901f1f86d279f7e762e662 SHA512 493dfa6ae7cf984eacb6920f0a9df9aa5fe62edb837b83648210b820669c7d28185ffb06f4c20be1a77e91cdf96551f7015860ce5f61cd1afdbe497c79dd4027 +DIST convertdate-2.2.0.tar.gz 37221 BLAKE2B ac849bf3fde5c7cc0b57ec321c10915fa50541bbe17fd5e253d5a717d85ebae0abf185eba5129216836da9e4c9740e000358375ef60c17f6050fdb4316d620ff SHA512 73ae308717d1cc9db8e8b1a8618327ab5111c1a58ee757ddc685b3906903bc0a263ccf844e2ba4a7d3f77334462c7260c953697af55050a35058d4b94992c140 diff --git a/dev-python/convertdate/convertdate-2.2.0.ebuild b/dev-python/convertdate/convertdate-2.2.0.ebuild index ba2bc57..86568a1 100644 --- a/dev-python/convertdate/convertdate-2.2.0.ebuild +++ b/dev-python/convertdate/convertdate-2.2.0.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Utils for converting between date formats and calculating holidays" HOMEPAGE="https://github.com/fitnr/convertdate" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/fitnr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -19,3 +19,5 @@ RDEPEND=" dev-python/pymeeus[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] " + +distutils_enable_tests pytest
WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/convertdate/ Date: Sun, 3 May 2020 09:08:01 +0000 (UTC) [thread overview] Message-ID: <1588496876.96623a5baae99cee2b0065a33a258e00b4f4d7e7.andrewammerlaan@gentoo> (raw) Message-ID: <20200503090801.ZappqYTm_dInE-KfzIP03FJg4QYD24ida-Wl2PS5mUc@z> (raw) commit: 96623a5baae99cee2b0065a33a258e00b4f4d7e7 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun May 3 09:07:56 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun May 3 09:07:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96623a5b dev-python/convertdate: enable tests support Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/convertdate/Manifest | 2 +- dev-python/convertdate/convertdate-2.2.0.ebuild | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/convertdate/Manifest b/dev-python/convertdate/Manifest index 8d8d4e2..577be12 100644 --- a/dev-python/convertdate/Manifest +++ b/dev-python/convertdate/Manifest @@ -1 +1 @@ -DIST convertdate-2.2.0.tar.gz 29774 BLAKE2B 0ff546c483f10edff8c8ce062d606560cc435b14376426fbfcfaa50133da65f7da8754f49cd30ae171529b722db52add6569e4d439901f1f86d279f7e762e662 SHA512 493dfa6ae7cf984eacb6920f0a9df9aa5fe62edb837b83648210b820669c7d28185ffb06f4c20be1a77e91cdf96551f7015860ce5f61cd1afdbe497c79dd4027 +DIST convertdate-2.2.0.tar.gz 37221 BLAKE2B ac849bf3fde5c7cc0b57ec321c10915fa50541bbe17fd5e253d5a717d85ebae0abf185eba5129216836da9e4c9740e000358375ef60c17f6050fdb4316d620ff SHA512 73ae308717d1cc9db8e8b1a8618327ab5111c1a58ee757ddc685b3906903bc0a263ccf844e2ba4a7d3f77334462c7260c953697af55050a35058d4b94992c140 diff --git a/dev-python/convertdate/convertdate-2.2.0.ebuild b/dev-python/convertdate/convertdate-2.2.0.ebuild index ba2bc57..86568a1 100644 --- a/dev-python/convertdate/convertdate-2.2.0.ebuild +++ b/dev-python/convertdate/convertdate-2.2.0.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Utils for converting between date formats and calculating holidays" HOMEPAGE="https://github.com/fitnr/convertdate" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/fitnr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -19,3 +19,5 @@ RDEPEND=" dev-python/pymeeus[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] " + +distutils_enable_tests pytest
next reply other threads:[~2020-05-03 9:33 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-05-03 9:33 Andrew Ammerlaan [this message] 2020-05-03 9:08 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/convertdate/ Andrew Ammerlaan -- strict thread matches above, loose matches on Subject: below -- 2024-01-26 10:35 [gentoo-commits] repo/proj/guru:master " David Roman 2023-02-25 7:17 Viorel Munteanu 2021-12-08 11:38 Andrew Ammerlaan 2021-02-27 21:23 Andrew Ammerlaan 2021-02-20 19:04 Andrew Ammerlaan 2020-12-18 15:52 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-12-18 16:26 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-09-28 9:02 Andrew Ammerlaan 2020-06-09 15:01 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-06-09 16:37 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-05-03 9:33 Andrew Ammerlaan
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1588496876.96623a5baae99cee2b0065a33a258e00b4f4d7e7.andrewammerlaan@gentoo \ --to=andrewammerlaan@riseup.net \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox