mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
net/py-tweepy: Update to 2.2
- Update to 2.2 - Remove post-extract target: (tests no longer included) - Remove zip_safe=False patch in setup.py (no longer necessary) Changes: https://github.com/tweepy/tweepy/blob/2.2/CHANGELOG.md Approved by: maintainer (via Twitter)
This commit is contained in:
parent
fc6119645e
commit
f3a8e58f52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348332
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tweepy
|
||||
PORTVERSION= 2.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.2
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -17,7 +16,4 @@ USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
post-extract:
|
||||
${RM} -r ${WRKSRC}/tests
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (tweepy-2.1.tar.gz) = 557b598b1c241afbe5efc5f28f46326dc58c85efb42270563b33bca3b6e33fc7
|
||||
SIZE (tweepy-2.1.tar.gz) = 26896
|
||||
SHA256 (tweepy-2.2.tar.gz) = bd6cf80409818400b6260e4e3d0f45dc650f62df96124df954fe9a9650d54c54
|
||||
SIZE (tweepy-2.2.tar.gz) = 23248
|
||||
|
@ -1,8 +0,0 @@
|
||||
--- ./setup.py.orig 2013-06-16 00:45:48.756665404 +1000
|
||||
+++ ./setup.py 2013-06-16 00:45:58.696879511 +1000
|
||||
@@ -12,4 +12,4 @@
|
||||
url="http://github.com/tweepy/tweepy",
|
||||
packages = find_packages(),
|
||||
keywords= "twitter library",
|
||||
- zip_safe = True)
|
||||
+ zip_safe = False)
|
Loading…
Reference in New Issue
Block a user