public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthias Coppens" <coppens.matthias.abc@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyfiglet/
Date: Wed,  2 Sep 2020 16:57:29 +0000 (UTC)	[thread overview]
Message-ID: <1599065773.c3ba9251933daab06313ea2e567a907ea8fe2eac.coppens.matthias@gentoo> (raw)

commit:     c3ba9251933daab06313ea2e567a907ea8fe2eac
Author:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Wed Sep  2 16:55:55 2020 +0000
Commit:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
CommitDate: Wed Sep  2 16:56:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3ba9251

dev-python/pyfiglet: Tarballs from pypi instead of github

The tarballs on pypi are more up to date than the ones on github. The
versioning on pypi is kinda weird: X.Y.postZ. I used X.Y.Z for the
ebuilds.

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>

 dev-python/pyfiglet/Manifest                                         | 3 ++-
 dev-python/pyfiglet/pyfiglet-0.8.0.ebuild                            | 5 ++++-
 dev-python/pyfiglet/{pyfiglet-0.8.0.ebuild => pyfiglet-0.8.1.ebuild} | 5 ++++-
 dev-python/pyfiglet/pyfiglet-9999.ebuild                             | 5 ++++-
 4 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/dev-python/pyfiglet/Manifest b/dev-python/pyfiglet/Manifest
index c8670c4..2d03afc 100644
--- a/dev-python/pyfiglet/Manifest
+++ b/dev-python/pyfiglet/Manifest
@@ -1 +1,2 @@
-DIST pyfiglet-0.8.0.tar.gz 1412945 BLAKE2B 601d8edd22d1cd3bb1999a1000717ac5074024c1511068f613a22c21663b6f62fa3671bc329a99a7527444f8694c9c6342a34ff0bef52c64daa4f66d18f5dfec SHA512 47cbe6f539d2559fb7c545d42cb0a085c85d7a18729453f0b3f62a735f580026b5c9fe40eef896c038cfc9a5400b6bc6dc382e7014c6733d2797bb03c2a9dc49
+DIST pyfiglet-0.8.0.tar.gz 634587 BLAKE2B 6ceec287f854662a0d0cbb6de285c91f1088e6fa2626a26445a98c18f98c8e6fb648b6f6f2fc1cfb160657423a24ec8ec8f9183e078393f336edc1db08eb8e9e SHA512 43f0497ae86139e8f64c45e41e575aa82eee574331739e96c555ca33e8f6900df6487d3220667188891eacd56e00d716d427479337fe5d6b2efdaa6aaaa64376
+DIST pyfiglet-0.8.1.tar.gz 634618 BLAKE2B 49268581974e72f28ddb11785a1629a4ac2696bcdd57710147cafdcf7709be8c67bdf03e5ccdb1655a9be6eb8a83baf4ca5ae0a6412e2318d0923376558b8d49 SHA512 3b8c7b4c9ae48466da3ccc6711aac9c35b08a373abbdda66c60a62f17ba6edd316b0d5e3085613f7c44fbaa2f02acc4a5b3830a31d22437d9261863878421400

diff --git a/dev-python/pyfiglet/pyfiglet-0.8.0.ebuild b/dev-python/pyfiglet/pyfiglet-0.8.0.ebuild
index 7822410..bb23444 100644
--- a/dev-python/pyfiglet/pyfiglet-0.8.0.ebuild
+++ b/dev-python/pyfiglet/pyfiglet-0.8.0.ebuild
@@ -15,7 +15,10 @@ then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/pwaller/pyfiglet.git"
 else
-	SRC_URI="https://github.com/pwaller/pyfiglet/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	MY_PV="$(ver_cut 1-2).post$(ver_cut 3)"
+	MY_P="${PN}-${MY_PV}"
+	S="${WORKDIR}/${MY_P}"
+	SRC_URI="https://files.pythonhosted.org/packages/source/p/pyfiglet/${MY_P}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64"
 fi
 

diff --git a/dev-python/pyfiglet/pyfiglet-0.8.0.ebuild b/dev-python/pyfiglet/pyfiglet-0.8.1.ebuild
similarity index 73%
copy from dev-python/pyfiglet/pyfiglet-0.8.0.ebuild
copy to dev-python/pyfiglet/pyfiglet-0.8.1.ebuild
index 7822410..bb23444 100644
--- a/dev-python/pyfiglet/pyfiglet-0.8.0.ebuild
+++ b/dev-python/pyfiglet/pyfiglet-0.8.1.ebuild
@@ -15,7 +15,10 @@ then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/pwaller/pyfiglet.git"
 else
-	SRC_URI="https://github.com/pwaller/pyfiglet/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	MY_PV="$(ver_cut 1-2).post$(ver_cut 3)"
+	MY_P="${PN}-${MY_PV}"
+	S="${WORKDIR}/${MY_P}"
+	SRC_URI="https://files.pythonhosted.org/packages/source/p/pyfiglet/${MY_P}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64"
 fi
 

diff --git a/dev-python/pyfiglet/pyfiglet-9999.ebuild b/dev-python/pyfiglet/pyfiglet-9999.ebuild
index 7822410..bb23444 100644
--- a/dev-python/pyfiglet/pyfiglet-9999.ebuild
+++ b/dev-python/pyfiglet/pyfiglet-9999.ebuild
@@ -15,7 +15,10 @@ then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/pwaller/pyfiglet.git"
 else
-	SRC_URI="https://github.com/pwaller/pyfiglet/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	MY_PV="$(ver_cut 1-2).post$(ver_cut 3)"
+	MY_P="${PN}-${MY_PV}"
+	S="${WORKDIR}/${MY_P}"
+	SRC_URI="https://files.pythonhosted.org/packages/source/p/pyfiglet/${MY_P}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64"
 fi
 


             reply	other threads:[~2020-09-02 16:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-02 16:57 Matthias Coppens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-14 19:12 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pyfiglet/ Julien Roy
2024-05-14 19:07 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2022-10-19  1:43 Anna Vyalkova
2021-10-02 12:28 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2021-10-02 12:23 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2021-04-17  8:24 Theo Anderson
2021-04-13 13:15 Andrew Ammerlaan
2021-02-16 10:54 Simon van der Maas
2020-12-21 19:47 Matthias Coppens
2020-08-31 20:32 Matthias Coppens

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=1599065773.c3ba9251933daab06313ea2e567a907ea8fe2eac.coppens.matthias@gentoo \
    --to=coppens.matthias.abc@gmail.com \
    --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: link
Be 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