diff options
author | rm <rm@FreeBSD.org> | 2015-06-09 15:55:49 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-06-09 15:55:49 +0800 |
commit | 118b93cfeb5945c1046b0a8fe5607bb5cccb983f (patch) | |
tree | bf78b8f1e3819bb5c803317b69ae17b89a457aaa /www | |
parent | 6ce848f2bc26dea984ed1790f455a1f201fd1dce (diff) | |
download | freebsd-ports-gnome-118b93cfeb5945c1046b0a8fe5607bb5cccb983f.tar.gz freebsd-ports-gnome-118b93cfeb5945c1046b0a8fe5607bb5cccb983f.tar.zst freebsd-ports-gnome-118b93cfeb5945c1046b0a8fe5607bb5cccb983f.zip |
www/py-amf: update to 0.7.2
- update to 0.7.2
- update WWW url - pyamf.org directing on advertisment stub
- remove stale patch
PR: 200577
Submitted by: rm (myself)
Approved by: Junji NAKANISHI <jun-g@daemonfreaks.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-amf/Makefile | 3 | ||||
-rw-r--r-- | www/py-amf/distinfo | 4 | ||||
-rw-r--r-- | www/py-amf/files/patch-setup.py | 14 | ||||
-rw-r--r-- | www/py-amf/pkg-descr | 2 |
4 files changed, 5 insertions, 18 deletions
diff --git a/www/py-amf/Makefile b/www/py-amf/Makefile index 3ee9cea3a04f..724ae626a7b3 100644 --- a/www/py-amf/Makefile +++ b/www/py-amf/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= amf -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.2 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,7 @@ MAINTAINER= jun-g@daemonfreaks.com COMMENT= AMF support for Python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python:2 USE_PYTHON= autoplist distutils diff --git a/www/py-amf/distinfo b/www/py-amf/distinfo index 132765216351..4e8e44de4ee5 100644 --- a/www/py-amf/distinfo +++ b/www/py-amf/distinfo @@ -1,2 +1,2 @@ -SHA256 (PyAMF-0.6.1.tar.gz) = d8affca77466289eb77eac408e444c7e0787c1d75133628c1461d06bc5538396 -SIZE (PyAMF-0.6.1.tar.gz) = 1697599 +SHA256 (PyAMF-0.7.2.tar.gz) = 3e39d43989f75a4d35f4c2a591d8163637f67eaf856bdae749bd8b64b1c1b672 +SIZE (PyAMF-0.7.2.tar.gz) = 1648116 diff --git a/www/py-amf/files/patch-setup.py b/www/py-amf/files/patch-setup.py deleted file mode 100644 index b9dbf2e08d90..000000000000 --- a/www/py-amf/files/patch-setup.py +++ /dev/null @@ -1,14 +0,0 @@ ---- ./setup.py.orig 2013-11-27 16:59:40.606322333 -0200 -+++ ./setup.py 2013-11-27 17:00:06.922319988 -0200 -@@ -3,11 +3,6 @@ - # Copyright (c) The PyAMF Project. - # See LICENSE.txt for details. - --from distribute_setup import use_setuptools -- --# 15 seconds is far too long .... --use_setuptools(download_delay=3) -- - # import ordering is important - import setupinfo - from setuptools import setup, find_packages diff --git a/www/py-amf/pkg-descr b/www/py-amf/pkg-descr index 27fc98ecbdfe..314c6987bcc6 100644 --- a/www/py-amf/pkg-descr +++ b/www/py-amf/pkg-descr @@ -14,4 +14,4 @@ data over the network more efficiently than AMF0. AMF3 supports sending int and uint objects as integers and supports data types that are available only in ActionScript 3.0, such as ByteArray, ArrayCollection, and IExternalizable. -WWW: http://pyamf.org/ +WWW: https://github.com/hydralabs/pyamf |