View | Details | Raw Unified | Return to bug 200577
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	amf
4
PORTNAME=	amf
5
PORTVERSION=	0.6.1
5
PORTVERSION=	0.7.2
6
CATEGORIES=	www devel python
6
CATEGORIES=	www devel python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-17 Link Here
12
COMMENT=	AMF support for Python
12
COMMENT=	AMF support for Python
13
13
14
LICENSE=	MIT
14
LICENSE=	MIT
15
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
15
16
16
USES=		python:2
17
USES=		python:2
17
USE_PYTHON=	autoplist distutils
18
USE_PYTHON=	autoplist distutils
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (PyAMF-0.6.1.tar.gz) = d8affca77466289eb77eac408e444c7e0787c1d75133628c1461d06bc5538396
1
SHA256 (PyAMF-0.7.2.tar.gz) = 3e39d43989f75a4d35f4c2a591d8163637f67eaf856bdae749bd8b64b1c1b672
2
SIZE (PyAMF-0.6.1.tar.gz) = 1697599
2
SIZE (PyAMF-0.7.2.tar.gz) = 1648116
(-)files/patch-setup.py (-14 lines)
Lines 1-14 Link Here
1
--- ./setup.py.orig	2013-11-27 16:59:40.606322333 -0200
2
+++ ./setup.py	2013-11-27 17:00:06.922319988 -0200
3
@@ -3,11 +3,6 @@
4
 # Copyright (c) The PyAMF Project.
5
 # See LICENSE.txt for details.
6
 
7
-from distribute_setup import use_setuptools
8
-
9
-# 15 seconds is far too long ....
10
-use_setuptools(download_delay=3)
11
-
12
 # import ordering is important
13
 import setupinfo
14
 from setuptools import setup, find_packages
(-)pkg-descr (-1 / +1 lines)
Lines 14-17 Link Here
14
and uint objects as integers and supports data types that are available only
14
and uint objects as integers and supports data types that are available only
15
in ActionScript 3.0, such as ByteArray, ArrayCollection, and IExternalizable.
15
in ActionScript 3.0, such as ByteArray, ArrayCollection, and IExternalizable.
16
16
17
WWW: http://pyamf.org/
17
WWW: https://github.com/hydralabs/pyamf

Return to bug 200577