diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-23 18:26:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-23 18:26:14 +0800 |
commit | 0a21785b61723aed8295592ed09957ea1dd6e0d2 (patch) | |
tree | bc1187b8b82c2f7f822383552286dd3590269d3e /security | |
parent | fdd5779d7be58bbfff21438ccc289d4b8802a81c (diff) | |
download | freebsd-ports-gnome-0a21785b61723aed8295592ed09957ea1dd6e0d2.tar.gz freebsd-ports-gnome-0a21785b61723aed8295592ed09957ea1dd6e0d2.tar.zst freebsd-ports-gnome-0a21785b61723aed8295592ed09957ea1dd6e0d2.zip |
- Update to 1.1.0
- Use PYDISTUTILS_AUTOPLIST
- Support STAGEDIR
Changes:
- Ported to PyQt5.
- Added `Item.get_created()` method.
- Improvements to error handling.
PR: ports/184136
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/py-SecretStorage/Makefile | 4 | ||||
-rw-r--r-- | security/py-SecretStorage/distinfo | 4 | ||||
-rw-r--r-- | security/py-SecretStorage/pkg-plist | 19 |
3 files changed, 4 insertions, 23 deletions
diff --git a/security/py-SecretStorage/Makefile b/security/py-SecretStorage/Makefile index 69eafbab865d..cbb468883668 100644 --- a/security/py-SecretStorage/Makefile +++ b/security/py-SecretStorage/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SecretStorage -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +16,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.84.0:${PORTSDIR}/devel/py-dbus USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/py-SecretStorage/distinfo b/security/py-SecretStorage/distinfo index d6f1b6e4053f..fd4bc5f0e925 100644 --- a/security/py-SecretStorage/distinfo +++ b/security/py-SecretStorage/distinfo @@ -1,2 +1,2 @@ -SHA256 (SecretStorage-1.0.0.tar.gz) = 27c441f2cf524edaa0cf39abb4a9f65cde6ab99bb1471a9e2cdb11ffcfbc0081 -SIZE (SecretStorage-1.0.0.tar.gz) = 14063 +SHA256 (SecretStorage-1.1.0.tar.gz) = 439d23ef00abb673a9a119c58bb8733e8ce6f57f82afc016547af4b742d49383 +SIZE (SecretStorage-1.1.0.tar.gz) = 14242 diff --git a/security/py-SecretStorage/pkg-plist b/security/py-SecretStorage/pkg-plist deleted file mode 100644 index 72a161f34f4d..000000000000 --- a/security/py-SecretStorage/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -%%PYTHON_SITELIBDIR%%/secretstorage/__init__.py -%%PYTHON_SITELIBDIR%%/secretstorage/__init__.pyc -%%PYTHON_SITELIBDIR%%/secretstorage/__init__.pyo -%%PYTHON_SITELIBDIR%%/secretstorage/collection.py -%%PYTHON_SITELIBDIR%%/secretstorage/collection.pyc -%%PYTHON_SITELIBDIR%%/secretstorage/collection.pyo -%%PYTHON_SITELIBDIR%%/secretstorage/defines.py -%%PYTHON_SITELIBDIR%%/secretstorage/defines.pyc -%%PYTHON_SITELIBDIR%%/secretstorage/defines.pyo -%%PYTHON_SITELIBDIR%%/secretstorage/exceptions.py -%%PYTHON_SITELIBDIR%%/secretstorage/exceptions.pyc -%%PYTHON_SITELIBDIR%%/secretstorage/exceptions.pyo -%%PYTHON_SITELIBDIR%%/secretstorage/item.py -%%PYTHON_SITELIBDIR%%/secretstorage/item.pyc -%%PYTHON_SITELIBDIR%%/secretstorage/item.pyo -%%PYTHON_SITELIBDIR%%/secretstorage/util.py -%%PYTHON_SITELIBDIR%%/secretstorage/util.pyc -%%PYTHON_SITELIBDIR%%/secretstorage/util.pyo -@dirrm %%PYTHON_SITELIBDIR%%/secretstorage |