diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-18 04:54:42 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-18 04:54:42 +0000 |
commit | 5510d9d7d1c93c2ea71a2bd6f0666168808d5dd6 (patch) | |
tree | c968fff3108e2b4d88e4e564a56bfd066f170573 /dev-python/pp | |
parent | 1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (diff) |
gentoo resync : 18.03.2018
Diffstat (limited to 'dev-python/pp')
-rw-r--r-- | dev-python/pp/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pp/pp-1.6.5.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pp/Manifest b/dev-python/pp/Manifest index 4c8ae285a8c8..887c1573f1d2 100644 --- a/dev-python/pp/Manifest +++ b/dev-python/pp/Manifest @@ -1,3 +1,3 @@ DIST pp-1.6.5.tar.bz2 27185 BLAKE2B 3148b9d9c251a8f75348f4a5b4905d658054b44ef959b4e9617532f69d6d0c12379c68c86cb91a8151de50b9434844ee6746cc266e253a4417228895178c3aec SHA512 b72c3e12b770f386b213a0325748a7e99d225a608a5453929004b06aaaa8fb69b40054a3bcb1d8b30a640f7db7a945b0ae8c1b1a1d753855668553d18a18bbfe -EBUILD pp-1.6.5.ebuild 615 BLAKE2B adbae907835a94f2121da379d25f0f5782e3a04b08d1f6d94b574334df5737cccf0bbd2b94b9b9ec7d59f6e874cd208378048b8efca56f187fa5c27af73cb2c5 SHA512 45975afb3c5c39d756e8566b7092c197c2a651453702c345f2ecc76e88e6788ab2d2684df6ea6b686c96f4fd27e35de89fa42f3d8adf48437d1d9e5b2999a2b0 +EBUILD pp-1.6.5.ebuild 617 BLAKE2B c9cda62671a799b6db808ec5abe2fedce19e7a180365eff6193a508fd2ee94245370a1087c6fd9dfbacdca9ec72141960df51c7ea07e1bc2b7888a8caee2a1cf SHA512 c0b9e70c30df277550db1db85b53a5d02f4412f42f15c43471aa351ee4130ea6f2b26931b965b41e3af5fdcc9936103b35166522251728488e977ae71393a63a MISC metadata.xml 485 BLAKE2B b45925828641bb14a94fc2aef987654643219b4a58d57a1551b675bb10700d077a69d8cb8783a92aa8273971476ed22eb9b9216ea4e29d28a8fcddcffa9aa1ae SHA512 68f07655eb89478f3fd4bd5f2312706ae48ffb23ae5da7c120dbcfed34fb3476bd9aa8b82de033db604bf04a8056b7765d46b83b72c5df4187dbd1d37a907a51 diff --git a/dev-python/pp/pp-1.6.5.ebuild b/dev-python/pp/pp-1.6.5.ebuild index 4370467ae6af..467a8f15bfab 100644 --- a/dev-python/pp/pp-1.6.5.ebuild +++ b/dev-python/pp/pp-1.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Parallel and distributed programming for Python" -HOMEPAGE="http://www.parallelpython.com/" -SRC_URI="http://www.parallelpython.com/downloads/${PN}/${P}.tar.bz2" +HOMEPAGE="https://www.parallelpython.com/" +SRC_URI="https://www.parallelpython.com/downloads/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" |