FreeBSD Bugzilla – Attachment 166766 Details for
Bug 207035
[NEW PORT] devel/py3-pyicu: copy of devel/py-icu for Python 3.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to update devel/py3-pyicu (after svn copy)
py3-pyicu.diff (text/plain), 1.95 KB, created by
Ben Woods
on 2016-02-08 23:05:00 UTC
(
hide
)
Description:
Patch to update devel/py3-pyicu (after svn copy)
Filename:
MIME Type:
Creator:
Ben Woods
Created:
2016-02-08 23:05:00 UTC
Size:
1.95 KB
patch
obsolete
>Index: devel/Makefile >=================================================================== >--- devel/Makefile (revision 408415) >+++ devel/Makefile (working copy) >@@ -4531,6 +4531,7 @@ > SUBDIR += py3-gobject3 > SUBDIR += py3-jsonschema > SUBDIR += py3-libpeas >+ SUBDIR += py3-pyicu > SUBDIR += py3-pytz > SUBDIR += py3-python-magic > SUBDIR += py3-vcversioner >Index: devel/py3-pyicu/Makefile >=================================================================== >--- devel/py3-pyicu/Makefile (revision 408415) >+++ devel/py3-pyicu/Makefile (working copy) >@@ -1,24 +1,24 @@ >-# Created by: bland@FreeBSD.org >+# Created by: Ben Woods <woodsb02@gmail.com> > # $FreeBSD$ > >-PORTNAME= icu >-PORTVERSION= 1.8 >-PORTREVISION= 1 >+PORTNAME= pyicu >+PORTVERSION= 1.9.2 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > DISTNAME= PyICU-${PORTVERSION} > >-MAINTAINER= bland@FreeBSD.org >+MAINTAINER= woodsb02@gmail.com > COMMENT= Python extension wrapping IBM's ICU C++ API > >-USES= python >+LICENSE= MIT >+ >+USES= python:3 > USE_PYTHON= distutils autoplist > >-MAKE_ENV+= \ >- PYICU_INCLUDES="${PREFIX}/include" \ >- PYICU_CFLAGS="-w:-DPYICU_VER=\"$(PORTVERSION)\"" \ >- PYICU_LFLAGS="-L${PREFIX}/lib" >+MAKE_ENV+= PYICU_INCLUDES="${PREFIX}/include" \ >+ PYICU_CFLAGS="-w:-DPYICU_VER=\"${PORTVERSION}\"" \ >+ PYICU_LFLAGS="-L${PREFIX}/lib" > > LIB_DEPENDS+= libicudata.so:${PORTSDIR}/devel/icu > >Index: devel/py3-pyicu/distinfo >=================================================================== >--- devel/py3-pyicu/distinfo (revision 408415) >+++ devel/py3-pyicu/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (PyICU-1.8.tar.gz) = bc499fc858dce96041edaee4f345084fc5f245c2a3b79a759a095a2a500f66f8 >-SIZE (PyICU-1.8.tar.gz) = 160616 >+SHA256 (PyICU-1.9.2.tar.gz) = 9b580801eb17b09a5e0e8ef7d3b29170361ed505c5f954b723c1b48a1e502bb6 >+SIZE (PyICU-1.9.2.tar.gz) = 175831 >Index: devel/py3-pyicu/pkg-descr >===================================================================
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 207035
:
166766
|
166767
|
167241
|
167242