diff options
author | cpm <cpm@FreeBSD.org> | 2016-06-26 20:37:00 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2016-06-26 20:37:00 +0800 |
commit | f8dbb5c711c0b674da8fcce8476dbee08ccf3bee (patch) | |
tree | 2a0c647bd6bc86484051614d6d240940a73faa8b /misc/py-socli | |
parent | f532d8eb297ce9b5af31c97e483365fcf83978f6 (diff) | |
download | freebsd-ports-gnome-f8dbb5c711c0b674da8fcce8476dbee08ccf3bee.tar.gz freebsd-ports-gnome-f8dbb5c711c0b674da8fcce8476dbee08ccf3bee.tar.zst freebsd-ports-gnome-f8dbb5c711c0b674da8fcce8476dbee08ccf3bee.zip |
- Update to 1.7
- Switch to GH
- Update WWW in pkg-descr
- Added new question feature
- Fixed windows color problem
- Intelligent colors
- Added open in browser
Reviewed by: koobs, junovitch (mentor)
Approved by: junovitch (mentor)
Differential Revision: D6964
Diffstat (limited to 'misc/py-socli')
-rw-r--r-- | misc/py-socli/Makefile | 10 | ||||
-rw-r--r-- | misc/py-socli/distinfo | 6 | ||||
-rw-r--r-- | misc/py-socli/pkg-descr | 2 |
3 files changed, 10 insertions, 8 deletions
diff --git a/misc/py-socli/Makefile b/misc/py-socli/Makefile index 184adb486422..f6f0335e3a63 100644 --- a/misc/py-socli/Makefile +++ b/misc/py-socli/Makefile @@ -2,22 +2,24 @@ # $FreeBSD$ PORTNAME= socli -PORTVERSION= 1.3a +PORTVERSION= 1.7 CATEGORIES= misc python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cpm@FreeBSD.org COMMENT= Stack overflow command line interface LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup4>=0:textproc/py-beautifulsoup4 \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests -USES= python:3 zip +USES= python:3 +USE_GITHUB= yes USE_PYTHON= autoplist distutils -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//g} + +GH_ACCOUNT= gautamkrishnar NO_ARCH= yes diff --git a/misc/py-socli/distinfo b/misc/py-socli/distinfo index 296c71875e66..4730669c4b58 100644 --- a/misc/py-socli/distinfo +++ b/misc/py-socli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1466691313 -SHA256 (socli-1.3a.zip) = 1bfecc38132e51c140179b44999b964a87ef6a23989fb3b8d8024b739dd1bafa -SIZE (socli-1.3a.zip) = 5463 +TIMESTAMP = 1466859233 +SHA256 (gautamkrishnar-socli-1.7_GH0.tar.gz) = ce927f38a72468ed1f5a34b4d72ee1911475fa267cce82a2baeebd92f97c563f +SIZE (gautamkrishnar-socli-1.7_GH0.tar.gz) = 7151 diff --git a/misc/py-socli/pkg-descr b/misc/py-socli/pkg-descr index d3c6ded731a8..a53a10bd71cb 100644 --- a/misc/py-socli/pkg-descr +++ b/misc/py-socli/pkg-descr @@ -1,4 +1,4 @@ Stack overflow command line client written in python. Using SoCLI you can search and browse stack overflow without leaving the terminal. -WWW: https://pypi.python.org/pypi/socli/ +WWW: https://github.com/gautamkrishnar/socli/ |