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/statistics | |
parent | 1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (diff) |
gentoo resync : 18.03.2018
Diffstat (limited to 'dev-python/statistics')
-rw-r--r-- | dev-python/statistics/Manifest | 4 | ||||
-rw-r--r-- | dev-python/statistics/statistics-1.0.3.5.ebuild | 5 | ||||
-rw-r--r-- | dev-python/statistics/statistics-3.4.0_beta3.ebuild | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/dev-python/statistics/Manifest b/dev-python/statistics/Manifest index 405152803843..dc7d59435957 100644 --- a/dev-python/statistics/Manifest +++ b/dev-python/statistics/Manifest @@ -1,5 +1,5 @@ DIST statistics-1.0.3.5.tar.gz 8303 BLAKE2B bbefc6b9ea5fa00f2980072afced8810e9a33acba5ef07ffbaa6c6356a1dd66fe8062b98bf6d4273860d482aa352453395c16143220afca7050cee3546fad8ab SHA512 1d7fd2304a885dbd9ebc564323349f9c5ad1ea1ecea8182b52a1f42308963bd49f07c9dc9f0b87a35d2f6ed3c37429dbc38183c0b1bd65a527558e4504a9a3a0 DIST statistics-3.4.0b3.tar.gz 12486 BLAKE2B d13c8fdba3a8788f1959a97fb3d11c53cdfa5d217751b0b1303d0be186e6f37a27ba5f641cf0cc90ecb96482527bdaa4b61778795a6c6a0fa19a93d881376d2a SHA512 d7bd7614fe3afe24e542eaebfedcd2147111ec567024e2533faaa379438c3f53138ce205c9b8fc71bed51bc13d5cb3d370b476f199a6250f4457adcba4be6522 -EBUILD statistics-1.0.3.5.ebuild 543 BLAKE2B 611726bb5d7f6de0dcfc09d4c4233fdeee5bcb8dd8045ce0a2294c5c92d0fc92010336b8dcf7fa1912f0ad0ec1269a27a9194cf0f74c00c781d47a92047a6584 SHA512 1cc0eafa7bb5b0c2896e2b6257b53b889eb004a07023e9ddd0181312cdd6031dcbaef954012fe5c43d9a905728a3942d5546113a8a28da4a39299254e249b0ea -EBUILD statistics-3.4.0_beta3.ebuild 590 BLAKE2B 0e5f6dfce8f5afa59a159adb9cc564637a36344c8b35bea1538bc5a442d375480dbe8aa290f27f7c1793360361b7bee4747365b945599bbff12d2f2edd1a4986 SHA512 084f718dc1f7e56f56b84ccc4b7fbea7ee130aedc28e96f4af939b807ce54439a6f83ada57051fe2a7b8a5d8f891c94a23cab158c80a8f1f6eb6311d67994e56 +EBUILD statistics-1.0.3.5.ebuild 545 BLAKE2B ac280e7fdadd721c6025e1346678502c53f41442e2f73ac98289f962f857f035ccc829ee05e35f4c2048dbd6f77e9ee6f4761725bd8582dda1844721dc7d3cd3 SHA512 0cf593415745243971e6e8db540da01438c0b49da1d1b1f2c3eb4aa480168206d82bcd57810846df799410bda6e672db982f5b20d1472e1199d9d8421ae09d1c +EBUILD statistics-3.4.0_beta3.ebuild 591 BLAKE2B 08eafae55e54b4666a942cdc11e7bbabaa600695ac80434c301a13e4c0d47e7e1b3b74242d2f0cae40146a2132d77968f1885b8edb039b407536a93dba4b20cc SHA512 4bdf561a2b4c5588c785cf21d7e40d74cbf2de2bd6245fab8349cc33aabdb98c9a80f30ad328a007910c2b1285d9ca8f4215aac4cd108d0a6bd1a9d0a2e64f43 MISC metadata.xml 527 BLAKE2B 6b5ae878e0f3364775f80e272491e8e6b618b4ea129544760a3f56b6a4db33efcb1f85a2af4f812d67def3430218205ff6637c427fe2ebb7a812c6ff9d573e8a SHA512 a8a996bf135883825f9857cbb3a8608a1f340bdb32393b7438fa863c617fea26ce0ef05e2985b2bd763a73aaed9a7c565a7b789e98bdc231831b1b315fca0251 diff --git a/dev-python/statistics/statistics-1.0.3.5.ebuild b/dev-python/statistics/statistics-1.0.3.5.ebuild index 059465ec6f49..33e131e73fd1 100644 --- a/dev-python/statistics/statistics-1.0.3.5.ebuild +++ b/dev-python/statistics/statistics-1.0.3.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,8 @@ PYTHON_COMPAT=( python2_7 pypy pypy3 ) inherit distutils-r1 DESCRIPTION="A Python 2.* port of 3.4 Statistics Module" -HOMEPAGE="https://github.com/digitalemagine/py-statistics http://pypi.python.org/pypi/statistics" +HOMEPAGE="https://github.com/digitalemagine/py-statistics + https://pypi.python.org/pypi/statistics" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-python/statistics/statistics-3.4.0_beta3.ebuild b/dev-python/statistics/statistics-3.4.0_beta3.ebuild index 01236be413e2..6825787a875d 100644 --- a/dev-python/statistics/statistics-3.4.0_beta3.ebuild +++ b/dev-python/statistics/statistics-3.4.0_beta3.ebuild @@ -10,7 +10,8 @@ inherit distutils-r1 MY_P=${PN}-${PV/_beta/b} DESCRIPTION="A Python 2.* port of 3.4 Statistics Module" -HOMEPAGE="https://github.com/digitalemagine/py-statistics https://pypi.python.org/pypi/statistics" +HOMEPAGE="https://github.com/digitalemagine/py-statistics + https://pypi.python.org/pypi/statistics" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="PSF-2" |