From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/Numdifftools/
Date: Sun, 11 Sep 2016 08:56:20 +0000 (UTC) [thread overview]
Message-ID: <1473583676.0b9837553b163e735c4be47fedfeaba6eecc99cf.soap@gentoo> (raw)
commit: 0b9837553b163e735c4be47fedfeaba6eecc99cf
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 10 08:23:02 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 08:47:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b983755
dev-python/Numdifftools: Version bump to 0.9.17, switch back to PyPI
Package-Manager: portage-2.3.0
dev-python/Numdifftools/Manifest | 2 +-
.../{Numdifftools-0.9.16.ebuild => Numdifftools-0.9.17.ebuild} | 8 +-------
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/dev-python/Numdifftools/Manifest b/dev-python/Numdifftools/Manifest
index c33169d..1fdf04d 100644
--- a/dev-python/Numdifftools/Manifest
+++ b/dev-python/Numdifftools/Manifest
@@ -1,4 +1,4 @@
-DIST Numdifftools-0.9.16.tar.gz 334688 SHA256 74c2dfb393ff10af724ed8e1871e1bf14c643f911c3e6f33efd01d3228041d3f SHA512 b5056a26408eda09466795ce6f24f1549a389294d9d98cd9ce437a6f9f875cc58e59b5f4ffa7452e4cce2ac9f4813523e25eff63f597a674edab6ee777fbbfc3 WHIRLPOOL 1f91f3cc4b9d8e10e4ec9f4207a0c434bf376847432f7ba2d3f05038853aeedab5a0d13a07cc846244c3849a8ad527ccad0b994e81b8444296772ce20aa9bccd
DIST numdifftools-0.9.12.zip 236823 SHA256 eee07f03eaa9531c34949bfbb27b0fade7b1e927dd9daf18342d13fc1ee88eaa SHA512 00c78abac0c08beb72ec11bcddd74165db773a0fa9b4eee10290a27c4c143f1593254e058898dc12aee1afc6bad5bb2849451e6018129aa32e808eee1b97420c WHIRLPOOL aef074b9aaf4caecfad8bff75ccb8bd95e36373e2dd4e1dfc4b700fa1925b9b8652d6c483f81133c82e857abae6f2628e9166c77d6b102db3f9bb58c72e682a7
DIST numdifftools-0.9.13.zip 225820 SHA256 1aad0d9eba96846f5c3b82e6a8df0b1eaf4cd13e0b665cba64646756a0f2add6 SHA512 e16fe167cbcc7995e5f7b1784822b94bc82261821ebf35f8b9f774ef1fd601ef13a23a72670f28b54b5f288b509a9ffccbde09033bdec6a88e8a4ef78ed74b25 WHIRLPOOL f32e93f54a883a751f0efb987b81fc7f187c8b6e4c327de2166f4c30afb7f3cb1b076047036deced7b98b551cb9085483c2e22a08881a7730689a5bbbfae5926
DIST numdifftools-0.9.14.zip 350053 SHA256 8b17629fa9877f19517014095b12d7145f8cd5d9568421e202d777c97d9f04e4 SHA512 a69c878a31fa96c0b3f65c486ac75359242b6215868f24f3554be9ca104ac477bc786df7046bc830120d8fabbc475de40ab3db77c21c0d54756ccec1829fd8ae WHIRLPOOL b890871115d2f4ab65450272a8ec14e36f3379a6cbb2783bb9257e94e5b627a1cc0fc90b1a801f3655eba7ef4ac76b9690ad2ca41a9cf2f9e5b1e8ce20c11625
+DIST numdifftools-0.9.17.zip 363422 SHA256 5583260d77fe58f719077bb15098e70aba344e4d88eb77c8103ec9587ae15a92 SHA512 acef3865861c76f0850b6f1c5ca5633f695603a7458c79569bbe887404c8490845d935693c57ea18468fe3cb7f864fe5481285f731dc933b6c0b521e3b888328 WHIRLPOOL 1431ae67c54e9f3adb2920f0cc50e85d7e9a03f0e60d73c629e4e04cf5c8509d66270b00a14fb903d5be65eb484399abb21b44220caf073d20e4397ee17a9897
diff --git a/dev-python/Numdifftools/Numdifftools-0.9.16.ebuild b/dev-python/Numdifftools/Numdifftools-0.9.17.ebuild
similarity index 81%
rename from dev-python/Numdifftools/Numdifftools-0.9.16.ebuild
rename to dev-python/Numdifftools/Numdifftools-0.9.17.ebuild
index 9764682..508152d 100644
--- a/dev-python/Numdifftools/Numdifftools-0.9.16.ebuild
+++ b/dev-python/Numdifftools/Numdifftools-0.9.17.ebuild
@@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}"
DESCRIPTION="Solves automatic numerical differentiation problems in one or more variables"
HOMEPAGE="https://pypi.python.org/pypi/Numdifftools https://github.com/pbrod/numdifftools"
-SRC_URI="https://github.com/pbrod/${PN,,}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.zip"
SLOT="0"
LICENSE="BSD"
@@ -44,12 +44,6 @@ python_prepare_all() {
sed \
-e '/tests_require/d' \
-i setup.py || die
- # Upstream does not create proper tarballs anymore,
- # and setuptools reacts allergically to Github tarballs
- cat >> PKG-INFO <<-EOF || die
- Name: ${PN,,}
- Version: ${PV}
- EOF
distutils-r1_python_prepare_all
}
next reply other threads:[~2016-09-11 8:56 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-11 8:56 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-01-28 22:14 [gentoo-commits] repo/gentoo:master commit in: dev-python/Numdifftools/ Michał Górny
2020-01-28 21:30 Michał Górny
2020-01-28 20:42 Michał Górny
2020-01-28 20:42 Michał Górny
2019-12-26 14:05 David Seifert
2018-06-27 20:32 Pacho Ramos
2016-09-05 9:20 David Seifert
2015-11-11 8:29 Justin Lecher
2015-11-03 10:24 Justin Lecher
2015-11-03 10:24 Justin Lecher
2015-10-16 8:47 Justin Lecher
2015-09-09 9:49 Justin Lecher
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=1473583676.0b9837553b163e735c4be47fedfeaba6eecc99cf.soap@gentoo \
--to=soap@gentoo.org \
--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