* [gentoo-commits] dev/prometheanfire:master commit in: dev-python/passlib/
@ 2012-11-23 3:56 Matt Thode
0 siblings, 0 replies; 2+ messages in thread
From: Matt Thode @ 2012-11-23 3:56 UTC (permalink / raw
To: gentoo-commits
commit: b08c460d99f67b0203bc681098e03e6b8127acec
Author: Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Fri Nov 23 03:56:39 2012 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 03:56:39 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=b08c460d
testing without the restrict on python3
---
dev-python/passlib/Manifest | 3 ++-
dev-python/passlib/metadata.xml | 7 +++++++
dev-python/passlib/passlib-1.3.1.ebuild | 8 +++-----
3 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/dev-python/passlib/Manifest b/dev-python/passlib/Manifest
index fe8b762..2affee7 100644
--- a/dev-python/passlib/Manifest
+++ b/dev-python/passlib/Manifest
@@ -1,2 +1,3 @@
DIST passlib-1.3.1.tar.gz 151494 SHA256 4cb312e18ee2c0f107a36799107dfd2e05c51faa54c5678397c38d89f35f1328
-EBUILD passlib-1.3.1.ebuild 685 SHA256 b62338ec3da7910242353a39338009dcdc2ff4f50731c0f525b8c10e74551b0d SHA512 75bf3f14e12071b006fa762e3f8da15dca60f00a9be16b6155df9a61c48c25962b0d06864c3beef92d44253ef97aa18e7b721d39d8925f9bd9c638c379d44e19 WHIRLPOOL 5258a5a8b564de99373e7e9b961ee3db18d24b84cdaac1f0b94b67d6166a91f303c9f586c205500d3d4dcde6e9054ea272b31cdade11f36f0218f030f03c39c5
+EBUILD passlib-1.3.1.ebuild 694 SHA256 593c1eee7509a5e17e50c77153434991d8100b81a040052ded4d3de02833b0f2 SHA512 d5c89ddd7c902735213b10f3931512596a072f9576d778684552dd10f7af3e562543b48b8d8aa396a9abcecae0630b19f5156bb2b9fda10a2bd6073dc20fcbad WHIRLPOOL 489cfd7da5f8c97a396c35868096b48f71683e8ad9948fa4a13e3b2dd06f79290601953f5005fa47bc9f68b23add48e3b8757b348262b490ea33ac51e439bdb8
+MISC metadata.xml 187 SHA256 773142fc211f4f8cd167704604281cbf366eabef6751c52a2895f63e9761a5a2 SHA512 81ef1f7d248dbdf4183b6700885e86071cee75bc1b69c3ed590c18193743da2562be527f212f088fe8ae9242b0aaaf7907912badae1264f14c2f5dde619c3fba WHIRLPOOL 32c1d67c8a74e4f3606e5aedc066ea7cdf09292beea0574c25d7448294b42ee9146a7724fcb9a7da04558e55c07619702e38e90656b962638cf747cb2c67ede3
diff --git a/dev-python/passlib/metadata.xml b/dev-python/passlib/metadata.xml
new file mode 100644
index 0000000..d034107
--- /dev/null
+++ b/dev-python/passlib/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<longdescription lang="en">
+</longdescription>
+</pkgmetadata>
+
diff --git a/dev-python/passlib/passlib-1.3.1.ebuild b/dev-python/passlib/passlib-1.3.1.ebuild
index eda6d5c..661ea08 100644
--- a/dev-python/passlib/passlib-1.3.1.ebuild
+++ b/dev-python/passlib/passlib-1.3.1.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# Ebuild generated by g-pypi 0.2.2 (rev. 214)
EAPI=3
-RESTRICT_PYTHON_ABIS="3.*"
+#RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
-
DESCRIPTION="comprehensive password hashing framework supporting over 20 schemes"
HOMEPAGE="http://code.google.com/p/passlib/"
SRC_URI="mirror://pypi/${PN}/${P}.tar.gz"
@@ -18,7 +17,7 @@ SLOT="0"
IUSE="test doc"
DEPEND="dev-python/setuptools
test? ( dev-python/nose )"
-
+RDEPEND=""
src_install() {
distutils_src_install
@@ -31,4 +30,3 @@ src_install() {
src_test() {
PYTHONPATH=. "${python}" setup.py nosetests || die "tests failed"
}
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] dev/prometheanfire:master commit in: dev-python/passlib/
@ 2012-11-23 4:48 Matt Thode
0 siblings, 0 replies; 2+ messages in thread
From: Matt Thode @ 2012-11-23 4:48 UTC (permalink / raw
To: gentoo-commits
commit: 1164a7be2058ce223e222b51c3a805613ff25de3
Author: Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Fri Nov 23 04:48:50 2012 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 04:48:50 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=1164a7be
updating src_uri and adding passlib-1.6.1
---
dev-python/passlib/Manifest | 4 +++-
dev-python/passlib/passlib-1.3.1.ebuild | 2 +-
.../{passlib-1.3.1.ebuild => passlib-1.6.1.ebuild} | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-python/passlib/Manifest b/dev-python/passlib/Manifest
index 2affee7..9dfcfce 100644
--- a/dev-python/passlib/Manifest
+++ b/dev-python/passlib/Manifest
@@ -1,3 +1,5 @@
DIST passlib-1.3.1.tar.gz 151494 SHA256 4cb312e18ee2c0f107a36799107dfd2e05c51faa54c5678397c38d89f35f1328
-EBUILD passlib-1.3.1.ebuild 694 SHA256 593c1eee7509a5e17e50c77153434991d8100b81a040052ded4d3de02833b0f2 SHA512 d5c89ddd7c902735213b10f3931512596a072f9576d778684552dd10f7af3e562543b48b8d8aa396a9abcecae0630b19f5156bb2b9fda10a2bd6073dc20fcbad WHIRLPOOL 489cfd7da5f8c97a396c35868096b48f71683e8ad9948fa4a13e3b2dd06f79290601953f5005fa47bc9f68b23add48e3b8757b348262b490ea33ac51e439bdb8
+DIST passlib-1.6.1.tar.gz 395855 SHA256 00cfb564feb2d97ebaf6b28acdc9277a0c73c3c1df7b2a7b65605c76e724177b SHA512 93c047dc0a06f19a20e5da97db43c5c76e06d69baeac15cc932ef0306ae22dac5c1a3925889a140fd181ab4e00ac513ec829951e15babf5aad89bd2d08dc9907 WHIRLPOOL b0840a1fd903000db06c1739d902e01c3cc4fb9f63692b0316fd60bd3393fa5be134037476da135306cc258fe38853269ebbb424d13f45edda9dd1c1b370d957
+EBUILD passlib-1.3.1.ebuild 696 SHA256 a617be6e2ae0480e71ca23ca7b0ffd278d86cea7553feba7f535fe660250710f SHA512 025db95d9e6bcdf7ee01b5eed6232e1cea58c71d9998931460a4e36a9443f8ef57571228782ed306968ae0438657698cc9a180e5cfcc20ab9899ea7de5c772c4 WHIRLPOOL d7e65c6757a41274934c50ca00154c29b3f7306a9596f3dc6a3dd23ef9b35e2716e73df52d8bdfbfe05e51a809d4beed5af9ed9d2ace5387026cea6b59b39e3e
+EBUILD passlib-1.6.1.ebuild 696 SHA256 a617be6e2ae0480e71ca23ca7b0ffd278d86cea7553feba7f535fe660250710f SHA512 025db95d9e6bcdf7ee01b5eed6232e1cea58c71d9998931460a4e36a9443f8ef57571228782ed306968ae0438657698cc9a180e5cfcc20ab9899ea7de5c772c4 WHIRLPOOL d7e65c6757a41274934c50ca00154c29b3f7306a9596f3dc6a3dd23ef9b35e2716e73df52d8bdfbfe05e51a809d4beed5af9ed9d2ace5387026cea6b59b39e3e
MISC metadata.xml 187 SHA256 773142fc211f4f8cd167704604281cbf366eabef6751c52a2895f63e9761a5a2 SHA512 81ef1f7d248dbdf4183b6700885e86071cee75bc1b69c3ed590c18193743da2562be527f212f088fe8ae9242b0aaaf7907912badae1264f14c2f5dde619c3fba WHIRLPOOL 32c1d67c8a74e4f3606e5aedc066ea7cdf09292beea0574c25d7448294b42ee9146a7724fcb9a7da04558e55c07619702e38e90656b962638cf747cb2c67ede3
diff --git a/dev-python/passlib/passlib-1.3.1.ebuild b/dev-python/passlib/passlib-1.3.1.ebuild
index 661ea08..13c968f 100644
--- a/dev-python/passlib/passlib-1.3.1.ebuild
+++ b/dev-python/passlib/passlib-1.3.1.ebuild
@@ -10,7 +10,7 @@ inherit distutils
DESCRIPTION="comprehensive password hashing framework supporting over 20 schemes"
HOMEPAGE="http://code.google.com/p/passlib/"
-SRC_URI="mirror://pypi/${PN}/${P}.tar.gz"
+SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
diff --git a/dev-python/passlib/passlib-1.3.1.ebuild b/dev-python/passlib/passlib-1.6.1.ebuild
similarity index 93%
copy from dev-python/passlib/passlib-1.3.1.ebuild
copy to dev-python/passlib/passlib-1.6.1.ebuild
index 661ea08..13c968f 100644
--- a/dev-python/passlib/passlib-1.3.1.ebuild
+++ b/dev-python/passlib/passlib-1.6.1.ebuild
@@ -10,7 +10,7 @@ inherit distutils
DESCRIPTION="comprehensive password hashing framework supporting over 20 schemes"
HOMEPAGE="http://code.google.com/p/passlib/"
-SRC_URI="mirror://pypi/${PN}/${P}.tar.gz"
+SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-23 4:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-23 4:48 [gentoo-commits] dev/prometheanfire:master commit in: dev-python/passlib/ Matt Thode
-- strict thread matches above, loose matches on Subject: below --
2012-11-23 3:56 Matt Thode
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox