diff options
-rw-r--r-- | www/py-praw/Makefile | 4 | ||||
-rw-r--r-- | www/py-praw/distinfo | 5 | ||||
-rw-r--r-- | www/py-praw/pkg-descr | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/www/py-praw/Makefile b/www/py-praw/Makefile index 89c932d42ce3..e9fadee5ee4f 100644 --- a/www/py-praw/Makefile +++ b/www/py-praw/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= praw -PORTVERSION= 3.4.0 +PORTVERSION= 3.5.0 DISTVERSIONPREFIX= v CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,6 +24,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:devel/py-mock # betamax-matchers >=0.2.0 # betamax-serializers >=0.1.1 +NO_ARCH= yes + USES= python USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils diff --git a/www/py-praw/distinfo b/www/py-praw/distinfo index 821917355ba0..1c316db5f6e0 100644 --- a/www/py-praw/distinfo +++ b/www/py-praw/distinfo @@ -1,2 +1,3 @@ -SHA256 (praw-dev-praw-v3.4.0_GH0.tar.gz) = ed1b0d07558f0fb6f0b3718069746ea4fe508131e867f57867870114a5007b8a -SIZE (praw-dev-praw-v3.4.0_GH0.tar.gz) = 4221538 +TIMESTAMP = 1475282186 +SHA256 (praw-dev-praw-v3.5.0_GH0.tar.gz) = f173b86fd63a554c7dc087a9212974ac95791fb3816f268a238e197ad3040f51 +SIZE (praw-dev-praw-v3.5.0_GH0.tar.gz) = 4617561 diff --git a/www/py-praw/pkg-descr b/www/py-praw/pkg-descr index 58dac3783e58..daaa72c40c4a 100644 --- a/www/py-praw/pkg-descr +++ b/www/py-praw/pkg-descr @@ -5,4 +5,4 @@ to use as possible and is designed to follow all of reddit's API rules. You have to give a useragent that follows the rules, everything else is handled by PRAW so you needn't worry about violating them. -WWW: http://praw.readthedocs.org +WWW: https://praw.readthedocs.io |