summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2019-02-12 22:04:25 +0100
committerPatrice Clement <monsieurp@gentoo.org>2019-02-13 23:07:02 +0100
commit755fb586658a30a942cb471ef044c57fdbde84ff (patch)
tree88b7d7ef04774567a29000cb2194dc14b96d3732
parentsys-apps/i2c-tools: avoid compiling the static lib when possible (diff)
downloadgentoo-755fb586658a30a942cb471ef044c57fdbde84ff.tar.gz
gentoo-755fb586658a30a942cb471ef044c57fdbde84ff.tar.bz2
gentoo-755fb586658a30a942cb471ef044c57fdbde84ff.zip
dev-python/twitter: version bump.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --force
-rw-r--r--dev-python/twitter/Manifest1
-rw-r--r--dev-python/twitter/twitter-1.18.0.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/twitter/Manifest b/dev-python/twitter/Manifest
index 705e23000609..d7dfa1e9c9b3 100644
--- a/dev-python/twitter/Manifest
+++ b/dev-python/twitter/Manifest
@@ -1 +1,2 @@
DIST twitter-1.17.1.tar.gz 44023 BLAKE2B c647834b658799c0253e58207e433f4d648f71544ec2b81d78bdedb09c5e090ae920c276f1aac3fbead4e54548f4f0e09b2c26aae82bdb11f1fbcb38da2c0ed4 SHA512 17ea867d0c4183cd97aec610c8757def6c23648f18c4bfd3bceca150de6bdbeab036fefe699e976fac11d3d0b0d2c574c0f1726818576a898a92a8335d0342dd
+DIST twitter-1.18.0.tar.gz 47695 BLAKE2B 2604370a303c479d371dd0c5b6c1855b990c38cf0d9ef710c740ae69740d0cfddb2a18d465deaca2146e43debea0175f9e444c0a7bb5931a95f9124d80237ae6 SHA512 dda752b194efe88df88a2c9e2279cd3045a36c466f05493727a73aaaa74ca99873c1dc1742491f2f4092eff5afb9ad7680a779f16041d9c3dae7c6eea013ea48
diff --git a/dev-python/twitter/twitter-1.18.0.ebuild b/dev-python/twitter/twitter-1.18.0.ebuild
new file mode 100644
index 000000000000..171b7cde139b
--- /dev/null
+++ b/dev-python/twitter/twitter-1.18.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="An API and command-line toolset for Twitter (twitter.com)"
+HOMEPAGE="http://mike.verdone.ca/twitter/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"