ports/176917: [MAINTAINER] devel/py-billiard: update to 2.7.3.22
William Grzybowski
william88 at gmail.com
Wed Mar 13 12:50:01 UTC 2013
>Number: 176917
>Category: ports
>Synopsis: [MAINTAINER] devel/py-billiard: update to 2.7.3.22
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Mar 13 12:50:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: William Grzybowski
>Release: FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
>Description:
Update to 2.7.3.22
Remove patch that was sent to upstream and now integrated
Changes: https://github.com/celery/billiard/blob/master/CHANGES.txt
Redports: https://redports.org/buildarchive/20130313120800-51698/
>How-To-Repeat:
>Fix:
See attached patch
--- py-billiard.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 314074)
+++ Makefile (working copy)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= billiard
-PORTVERSION= 2.7.3.21
+PORTVERSION= 2.7.3.22
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Index: distinfo
===================================================================
--- distinfo (revision 314074)
+++ distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (billiard-2.7.3.21.tar.gz) = 1a72a6f2127e3572f4ba40cb64bd5d078111520c2c080f1fb08daf217c483be5
-SIZE (billiard-2.7.3.21.tar.gz) = 125890
+SHA256 (billiard-2.7.3.22.tar.gz) = 061110eb4634a2b01844b4548c9f88f5e8bde914177e2385c3c628b8b348c7b5
+SIZE (billiard-2.7.3.22.tar.gz) = 126489
Index: files/patch-setup.py
===================================================================
--- files/patch-setup.py (revision 314074)
+++ files/patch-setup.py (working copy)
@@ -1,30 +0,0 @@
-diff --git setup.py setup.py
-index 41dc3ec..078ce12 100644
---- setup.py
-+++ setup.py
-@@ -6,6 +6,7 @@ try:
- from setuptools import setup, Extension, find_packages
- except ImportError:
- from distutils.core import setup, Extension, find_packages # noqa
-+from distutils import sysconfig
- from distutils.errors import (
- CCompilerError,
- DistutilsExecError,
-@@ -119,7 +120,7 @@ elif sys.platform in ('freebsd4', 'freebsd5', 'freebsd6'):
- libraries = []
- elif sys.platform in ('freebsd7', 'freebsd8', 'freebsd9', 'freebsd10'):
- macros = dict( # FreeBSD 7+
-- HAVE_SEM_OPEN=1,
-+ HAVE_SEM_OPEN=int(sysconfig.get_config_var('HAVE_SEM_OPEN') and not bool(sysconfig.get_config_var('POSIX_SEMAPHORES_NOT_ENABLED'))),
- HAVE_SEM_TIMEDWAIT=1,
- HAVE_FD_TRANSFER=1,
- )
-@@ -221,7 +222,7 @@ def run_setup(with_extensions=True):
-
- try:
- run_setup(not (is_jython or is_pypy or is_py3k))
--except (Exception, SystemExit):
-+except (Exception):
- import traceback
- sys.stderr.write(BUILD_WARNING % '\n'.join(traceback.format_stack(), ))
- run_setup(False)
--- py-billiard.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list