diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-04-30 21:33:31 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-04-30 21:33:31 +0100 |
commit | 2f8db31405fac68eea6f7257d58529243815033b (patch) | |
tree | 54259cc8988a98a10586fc0496b1f3501cd1e2a1 /dev-python/tweepy | |
parent | a4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (diff) |
gentoo resync : 30.04.2018
Diffstat (limited to 'dev-python/tweepy')
-rw-r--r-- | dev-python/tweepy/Manifest | 4 | ||||
-rw-r--r-- | dev-python/tweepy/tweepy-2.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/tweepy/tweepy-3.5.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/tweepy/Manifest b/dev-python/tweepy/Manifest index 00be1517e7ec..6365170eddd5 100644 --- a/dev-python/tweepy/Manifest +++ b/dev-python/tweepy/Manifest @@ -1,5 +1,5 @@ DIST tweepy-2.3.tar.gz 52352 BLAKE2B 6853f133e73d8a97d5a2326ef6c877a527fad87ba9767e6ee218efcb84f6b8332d4f66b044b572987e71d4d9dd8a7b743c7976cfa9947101f0df5c6f9de5d1c4 SHA512 23317a507174e108cf8d13232aa467d892aba1789ee4f610eef4f5503b045841b5c85e8ae63ddcfd1e07178afbf3bf9f4a9fed939426411a8566f1c949b9b831 DIST tweepy-3.5.0.tar.gz 24348 BLAKE2B ea9d96abe4f364e1f77a97ce28fcd4fca3224ab307698e59a834c20becfa53ab68851e638946085431ef2edc1a4e3bf4f42a113c2ac41561930b7f4638e5d6c4 SHA512 cf87f0b7dea0ca444c17a3fdb9c2ebef814683c110511876c1997630b3202393276d3dd2de3b37fc21eb7a15382d22cc886109bda5a11b3d06a08081704c8c2a -EBUILD tweepy-2.3.ebuild 1147 BLAKE2B bf5a2f00782cbc4be6b930b21a79ce7b175125ed58cfc515fba269d0891c0dd9cfc708cc85e307aec983434aa1140d9277a224acbc3ccabf2f34d8b250f2f337 SHA512 837e4cc56635241fe24f199894916a8f267c779c31d18aa5fc7c1df23ee1271db9e13c5367647a31246ef9a4f710e5be77fe84224bc19fc71a83f0d0c42db3bc -EBUILD tweepy-3.5.0.ebuild 1227 BLAKE2B bf698510d207c3738eb56e605afa9671a0eab7bba540d9722fe296535a7db0e8285fc67f9cab118ed3907ae0e02c01d7a53bdc47d462a65925a82cca603f0af5 SHA512 be4c986f5be13d2832a3a9c7b07d646f54cee3dfa95ed4174d5b97fe770145f86a864dd01875c3cb8bc3b1d20440c63744c5a76a36374d1c8f52ad187684f007 +EBUILD tweepy-2.3.ebuild 1144 BLAKE2B 108f61f6a1a81212482fe7283c72c84c1cbb5e8abbe259831e97a985ad48aebce45bb42bb12e0ad3034cfae28d7e15b0eafb4831abbe9335928162872a58ba10 SHA512 9a1d6835ceb7e476d07cf98aee251701616d0de197b9c79822ff830cf457edda0e209b9e81af03aac875f001fe1d6f44b180d78d29f3b2ff012963132806cbbb +EBUILD tweepy-3.5.0.ebuild 1224 BLAKE2B 589bbe0b502141134b009247f8e641b40a21dfd47ad5422f553cb762daa94dc30760f705cbedb9036eb9954db7f3a50c24a66dbb9438572e7faed869f5c110b1 SHA512 6d7e5e4bc68f5ed777804c5a277d4a2a03a005e7884b8c7ddded03219b6b0e3eb1b765cb43508fe28b310ebc78d0ba7987f53790822c09ea80d05d1c45d16ef7 MISC metadata.xml 374 BLAKE2B 54949ade0005d71f03bcbf3c84676c9a8b6b10420c8b28ac1e2e27b772b4cc685d3d88d9fce150c3f8a46b137ee4c3441cb4eb1925487f4e42858b73b2e1596e SHA512 e2785876cc350cb7130905648a4f9013fc79c286697c6fdfac203678ff79217383fad2c4d4d2caa42107d83c6cc29ae0d149acea16d74aab804a3039a3e143fe diff --git a/dev-python/tweepy/tweepy-2.3.ebuild b/dev-python/tweepy/tweepy-2.3.ebuild index 5dbd10f91402..d348cf079cc8 100644 --- a/dev-python/tweepy/tweepy-2.3.ebuild +++ b/dev-python/tweepy/tweepy-2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="ssl(+)" inherit distutils-r1 vcs-snapshot DESCRIPTION="A Python library for accessing the Twitter API " -HOMEPAGE="https://tweepy.github.com/" +HOMEPAGE="https://www.tweepy.org/" SRC_URI="https://github.com/tweepy/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/tweepy/tweepy-3.5.0.ebuild b/dev-python/tweepy/tweepy-3.5.0.ebuild index 0fa61c27443c..8a4aa583abb8 100644 --- a/dev-python/tweepy/tweepy-3.5.0.ebuild +++ b/dev-python/tweepy/tweepy-3.5.0.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=5 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="ssl(+)" inherit distutils-r1 DESCRIPTION="A Python library for accessing the Twitter API " -HOMEPAGE="https://tweepy.github.com/" +HOMEPAGE="https://www.tweepy.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |