* [gentoo-commits] dev/dev-zero:master commit in: dev-python/scrypt/
@ 2016-02-26 10:11 Tiziano Müller
0 siblings, 0 replies; only message in thread
From: Tiziano Müller @ 2016-02-26 10:11 UTC (permalink / raw
To: gentoo-commits
commit: 8da00314c1a6575f711fbfb62f168b7586da4202
Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 07:32:14 2016 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 07:32:14 2016 +0000
URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=8da00314
dev-python/scrypt: version bump
dev-python/scrypt/Manifest | 3 +--
.../{scrypt-0.6.1.ebuild => scrypt-0.7.1_p20150705.ebuild} | 14 +++++++++-----
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/dev-python/scrypt/Manifest b/dev-python/scrypt/Manifest
index 31193b6..5bc09c3 100644
--- a/dev-python/scrypt/Manifest
+++ b/dev-python/scrypt/Manifest
@@ -1,2 +1 @@
-DIST scrypt-0.6.1.tar.gz 26793 SHA256 6142bb9f786649bd2a51f47e61dff91bf8315fd8989188003c3c61c05834a07b SHA512 072d9a4faac153d27b4e776fa21244257f7020feec34b25c6aa4931c4d1fb286135507dad4116863f9df15812f1652016bf45e731797f928f56f5ebffe97d815 WHIRLPOOL f6119d547639fe6bfc413ff9db4041c0a68cf248adeb8088490dcd604ef9d4fb2381515bedfbf60381f554a83b28c0ac1b9049c63a29fa2abd5ccb7e6109f426
-EBUILD scrypt-0.6.1.ebuild 651 SHA256 7f37af4543fe4ffbfb818b932a5621601c31dcfd1b480b3d118d5a49c2e0a7a8 SHA512 b6f9434ebcf39d1451bdf6158c21673ecda38b0a7384e1bc6faeab8107c1d485947763f2f08e1159d49679cdf6c5e21f9e21d454bed9f2fbb04f6c69d1a3849c WHIRLPOOL e8700b0dab863110beb34dfed3f1ff637612112ec8dd80dc9feb8d8434797a97ea47df0a0449a681ee8a0873c887237db7ee70ab888923fafa578f766cc94ddd
+DIST scrypt-0.7.1_p20150705.tar.gz 31671 SHA256 9c94fc37110e4d9a263c69846f79d2e412593272fce5a34616fa6641237762c5 SHA512 1dc37b68a94e77749c6832ef7ec575fa16e09bc938785614bdae219ff1fdebb338179b65b8ff8766de51f35e8be2956a7b9b89be8ec692d57f0d3dd43d16579d WHIRLPOOL 0690f8e7d7546b86d1300ff81bed506fc6b6896061c9b5caeb1cc1e77703fba68862fc84552f7b87d7e4a1fd483b5c9cf6ee76aac60b70092181b4ed42c5f579
diff --git a/dev-python/scrypt/scrypt-0.6.1.ebuild b/dev-python/scrypt/scrypt-0.7.1_p20150705.ebuild
similarity index 66%
rename from dev-python/scrypt/scrypt-0.6.1.ebuild
rename to dev-python/scrypt/scrypt-0.7.1_p20150705.ebuild
index 8816a98..d72c859 100644
--- a/dev-python/scrypt/scrypt-0.6.1.ebuild
+++ b/dev-python/scrypt/scrypt-0.7.1_p20150705.ebuild
@@ -1,16 +1,18 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=5
+EAPI=6
-PYTHON_COMPAT=( python{2_6,2_7,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
inherit distutils-r1
+HASH="119842611360"
+
DESCRIPTION="Bindings for the scrypt key derivation function library"
HOMEPAGE="http://bitbucket.org/mhallin/py-scrypt"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://bitbucket.org/mhallin/py-scrypt/get/${HASH}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
@@ -20,10 +22,12 @@ IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""
+S="${WORKDIR}/mhallin-py-scrypt-${HASH}"
+
# MAINTAINER NOTES:
# * bundles scrypt from http://www.tarsnap.com/scrypt.html because upstream does not
# offer a shared lib
python_test() {
- esetup.py test || die
+ esetup.py test
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-26 10:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-26 10:11 [gentoo-commits] dev/dev-zero:master commit in: dev-python/scrypt/ Tiziano Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox