diff options
author | cpm <cpm@FreeBSD.org> | 2016-07-19 01:26:10 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2016-07-19 01:26:10 +0800 |
commit | 1de105bc8846398aab35736b774841e68719a9fa (patch) | |
tree | 35e59f10ca53a11b1f47c9cb5dfe331520205e7c /misc | |
parent | 2cad81f79be086f3ef1a238a5d7069fe06ffe229 (diff) | |
download | freebsd-ports-gnome-1de105bc8846398aab35736b774841e68719a9fa.tar.gz freebsd-ports-gnome-1de105bc8846398aab35736b774841e68719a9fa.tar.zst freebsd-ports-gnome-1de105bc8846398aab35736b774841e68719a9fa.zip |
- Update to 2.3
- Remove unneeded patch
Reviewed by: amdmi3 (mentor)
Approved by: amdmi3 (mentor)
Differential Revision: D7233
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-socli/Makefile | 2 | ||||
-rw-r--r-- | misc/py-socli/distinfo | 6 | ||||
-rw-r--r-- | misc/py-socli/files/patch-setup.py | 22 |
3 files changed, 4 insertions, 26 deletions
diff --git a/misc/py-socli/Makefile b/misc/py-socli/Makefile index a1290b8146d1..af6f5639da92 100644 --- a/misc/py-socli/Makefile +++ b/misc/py-socli/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= socli -PORTVERSION= 2.2 +PORTVERSION= 2.3 CATEGORIES= misc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-socli/distinfo b/misc/py-socli/distinfo index b21ab38790ca..02e0b09402d7 100644 --- a/misc/py-socli/distinfo +++ b/misc/py-socli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1468407712 -SHA256 (gautamkrishnar-socli-2.2_GH0.tar.gz) = 5db04565dbc6a7469e502032cd729415407f9056581d04e15c37f00125f33a86 -SIZE (gautamkrishnar-socli-2.2_GH0.tar.gz) = 10458 +TIMESTAMP = 1468842979 +SHA256 (gautamkrishnar-socli-2.3_GH0.tar.gz) = c8012dfb4c94785af6582a99ea707682e3fadd5341fa16bdf92f08435bf78359 +SIZE (gautamkrishnar-socli-2.3_GH0.tar.gz) = 10454 diff --git a/misc/py-socli/files/patch-setup.py b/misc/py-socli/files/patch-setup.py deleted file mode 100644 index 68c26616648f..000000000000 --- a/misc/py-socli/files/patch-setup.py +++ /dev/null @@ -1,22 +0,0 @@ ---- setup.py.orig 2016-07-13 11:25:00 UTC -+++ setup.py -@@ -10,12 +10,6 @@ if version < '1.0.0': - print("Python 1 is not supported...") - sys.exit(1) - --here = path.abspath(path.dirname(__file__)) --with open(path.join(here, 'README.rst'), "rb") as f: -- longd = f.read().decode("utf-8") --print(longd) -- -- - setup( - name='socli', - packages=["socli"], -@@ -29,5 +23,5 @@ setup( - author='Gautam krishna R', - author_email='r.gautamkrishna@gmail.com', - description='Stack overflow commnand line interface. SoCLI allows you to search and browse stack overfow from the terminal.', -- long_description=longd -+ long_description=long - ) |