dev-python/path-py bump, rm old
authorIan Delaney <idella4@gentoo.org>
Mon, 10 Aug 2015 05:30:42 +0000 (13:30 +0800)
committerIan Delaney <idella4@gentoo.org>
Mon, 10 Aug 2015 05:30:42 +0000 (13:30 +0800)
Package-Manager: portage-2.2.20

dev-python/path-py/Manifest
dev-python/path-py/path-py-7.3.ebuild
dev-python/path-py/path-py-7.4.ebuild [moved from dev-python/path-py/path-py-7.2.ebuild with 83% similarity]

index fc2d054e84a841de795ae4702d0eced03c4d70fc..f5e068148d7caaf87e90466713aadf04bdb62ac0 100644 (file)
@@ -1,2 +1,2 @@
-DIST path.py-7.2.zip 33360 SHA256 5e2330895ff3a7873c90cf2600da51b0baae0a3d5fd3ce47d22b32b15db65e1f SHA512 b3c810305e04a4167d86a0732a3fdfd95e545252fa0ade3eb9d41ce76d5e2cc7b0396a707af99c9ab475a2fcb7df2ea3858cfe183ba8da25217fe9f27855392f WHIRLPOOL 72a753879a6420dce2d504dffe1f1c7f10f53819a7c7f8e7b10b29e106083f02005ac2824b40e556392591592eaead17adc33f221eeec875d066bb5ed6685600
 DIST path.py-7.3.zip 33549 SHA256 f7d146f40768e3742199a5316fbe3eb6a6091b9feedcb4b969c7348dc03151e1 SHA512 f676b81deda7b42a2a29fef0827d7c8ecbe743d0fa5efdc8221a78f3e744f357a179a9b8451264636ca2626f58d422a02d6ad77cc57eef74dd3b186585863433 WHIRLPOOL 7da96c488aa6bcdea0a65c69b412710dbc85f7bed04dd571389ca190d43fea2e711659ca3546b926efc69d631a1408b5905839c39866d7e98b7dde19803d0c4f
+DIST path.py-7.4.tar.gz 27256 SHA256 69df64c911a4b27194e24b0b81789f449e2b75af46ffbd872e66c9af20009948 SHA512 5a0d34e911315bc447ba9428a7934f77043ec701ecd32e099562290d8c8e092fd780b3ec1f0353c378394e4de2fe444a4141bd91301f40c0fb3086892726205f WHIRLPOOL 41b5025654ea2ae88c829eb10f7fb6341f214e7d9050aca018fcce2349ecae14f08b9398a6743fbae752800742f06dc33a8b3a55a8171eaa8676cf0f72cd9b31
index 8b4f05706610b7c46787ea52979ad35c362c4598..dfde927c8526e9472079bd5e78e89aec049f3442 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
+# $Header: $
 
 EAPI=5
 
similarity index 83%
rename from dev-python/path-py/path-py-7.2.ebuild
rename to dev-python/path-py/path-py-7.4.ebuild
index 8b4f05706610b7c46787ea52979ad35c362c4598..d9d91607f27e2ebbcfdb9104e1e855572e767d07 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
+# $Header: $
 
 EAPI=5
 
@@ -12,16 +12,14 @@ MY_P="path.py-${PV}"
 
 DESCRIPTION="A module wrapper for os.path"
 HOMEPAGE="http://pythonhosted.org/path.py https://pypi.python.org/pypi/path.py https://github.com/jaraco/path.py"
-SRC_URI="mirror://pypi/p/path.py/${MY_P}.zip"
+SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
-DEPEND="
-       app-arch/unzip
-       dev-python/setuptools[${PYTHON_USEDEP}]
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
 S="${WORKDIR}/${MY_P}"