pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel py-pyobjc-framework-CoreServices: added version ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b98b782e767e
branches: trunk
changeset: 317537:b98b782e767e
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jan 08 20:29:42 2019 +0000
description:
py-pyobjc-framework-CoreServices: added version 5.1.2
The PyObjC project aims to provide a bridge between the Python and Objective-C
programming languages. The bridge is intended to be fully bidirectional,
allowing the Python programmer to take full advantage of the power provided by
various Objective-C based toolkits and the Objective-C programmer transparent
access to Python based functionality.
This package contains wrappers for framework 'CoreSpotlight'.
diffstat:
devel/Makefile | 3 +-
devel/py-pyobjc-framework-CoreServices/DESCR | 7 ++++
devel/py-pyobjc-framework-CoreServices/Makefile | 18 ++++++++++
devel/py-pyobjc-framework-CoreServices/PLIST | 41 +++++++++++++++++++++++++
devel/py-pyobjc-framework-CoreServices/distinfo | 6 +++
devel/py-pyobjc/Makefile | 3 +-
devel/py-pyobjc/Makefile.common | 3 +-
7 files changed, 78 insertions(+), 3 deletions(-)
diffs (139 lines):
diff -r 5e17cc0a1337 -r b98b782e767e devel/Makefile
--- a/devel/Makefile Tue Jan 08 19:26:18 2019 +0000
+++ b/devel/Makefile Tue Jan 08 20:29:42 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2767 2019/01/03 19:30:47 adam Exp $
+# $NetBSD: Makefile,v 1.2768 2019/01/08 20:29:42 adam Exp $
#
COMMENT= Development utilities
@@ -2174,6 +2174,7 @@
SUBDIR+= py-pyobjc-framework-CoreData
SUBDIR+= py-pyobjc-framework-CoreLocation
SUBDIR+= py-pyobjc-framework-CoreML
+SUBDIR+= py-pyobjc-framework-CoreServices
SUBDIR+= py-pyobjc-framework-CoreSpotlight
SUBDIR+= py-pyobjc-framework-CoreText
SUBDIR+= py-pyobjc-framework-CoreWLAN
diff -r 5e17cc0a1337 -r b98b782e767e devel/py-pyobjc-framework-CoreServices/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pyobjc-framework-CoreServices/DESCR Tue Jan 08 20:29:42 2019 +0000
@@ -0,0 +1,7 @@
+The PyObjC project aims to provide a bridge between the Python and Objective-C
+programming languages. The bridge is intended to be fully bidirectional,
+allowing the Python programmer to take full advantage of the power provided by
+various Objective-C based toolkits and the Objective-C programmer transparent
+access to Python based functionality.
+
+This package contains wrappers for framework 'CoreServices'.
diff -r 5e17cc0a1337 -r b98b782e767e devel/py-pyobjc-framework-CoreServices/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pyobjc-framework-CoreServices/Makefile Tue Jan 08 20:29:42 2019 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2019/01/08 20:29:42 adam Exp $
+
+.include "../../devel/py-pyobjc/Makefile.common"
+
+DISTNAME= pyobjc-framework-CoreServices-${PYOBJC_VERS}
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyobjc-framework-CoreServices/}
+
+COMMENT= Bridge between Python and Objective-C (CoreServices framework)
+
+USE_LANGUAGES= c objc
+
+DEPENDS+= ${PYPKGPREFIX}-pyobjc-core>=${PYOBJC_VERS}:../../devel/py-pyobjc-core
+DEPENDS+= ${PYPKGPREFIX}-pyobjc-FSEvents>=${PYOBJC_VERS}:../../devel/py-pyobjc-FSEvents
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5e17cc0a1337 -r b98b782e767e devel/py-pyobjc-framework-CoreServices/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pyobjc-framework-CoreServices/PLIST Tue Jan 08 20:29:42 2019 +0000
@@ -0,0 +1,41 @@
+@comment $NetBSD: PLIST,v 1.1 2019/01/08 20:29:42 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/CoreServices/CarbonCore/__init__.py
+${PYSITELIB}/CoreServices/CarbonCore/__init__.pyc
+${PYSITELIB}/CoreServices/CarbonCore/__init__.pyo
+${PYSITELIB}/CoreServices/CarbonCore/_metadata.py
+${PYSITELIB}/CoreServices/CarbonCore/_metadata.pyc
+${PYSITELIB}/CoreServices/CarbonCore/_metadata.pyo
+${PYSITELIB}/CoreServices/DictionaryServices/__init__.py
+${PYSITELIB}/CoreServices/DictionaryServices/__init__.pyc
+${PYSITELIB}/CoreServices/DictionaryServices/__init__.pyo
+${PYSITELIB}/CoreServices/DictionaryServices/_metadata.py
+${PYSITELIB}/CoreServices/DictionaryServices/_metadata.pyc
+${PYSITELIB}/CoreServices/DictionaryServices/_metadata.pyo
+${PYSITELIB}/CoreServices/LaunchServices/__init__.py
+${PYSITELIB}/CoreServices/LaunchServices/__init__.pyc
+${PYSITELIB}/CoreServices/LaunchServices/__init__.pyo
+${PYSITELIB}/CoreServices/LaunchServices/_metadata.py
+${PYSITELIB}/CoreServices/LaunchServices/_metadata.pyc
+${PYSITELIB}/CoreServices/LaunchServices/_metadata.pyo
+${PYSITELIB}/CoreServices/Metadata/__init__.py
+${PYSITELIB}/CoreServices/Metadata/__init__.pyc
+${PYSITELIB}/CoreServices/Metadata/__init__.pyo
+${PYSITELIB}/CoreServices/Metadata/_metadata.py
+${PYSITELIB}/CoreServices/Metadata/_metadata.pyc
+${PYSITELIB}/CoreServices/Metadata/_metadata.pyo
+${PYSITELIB}/CoreServices/SearchKit/__init__.py
+${PYSITELIB}/CoreServices/SearchKit/__init__.pyc
+${PYSITELIB}/CoreServices/SearchKit/__init__.pyo
+${PYSITELIB}/CoreServices/SearchKit/_metadata.py
+${PYSITELIB}/CoreServices/SearchKit/_metadata.pyc
+${PYSITELIB}/CoreServices/SearchKit/_metadata.pyo
+${PYSITELIB}/CoreServices/__init__.py
+${PYSITELIB}/CoreServices/__init__.pyc
+${PYSITELIB}/CoreServices/__init__.pyo
+${PYSITELIB}/CoreServices/_inlines.so
diff -r 5e17cc0a1337 -r b98b782e767e devel/py-pyobjc-framework-CoreServices/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pyobjc-framework-CoreServices/distinfo Tue Jan 08 20:29:42 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/01/08 20:29:42 adam Exp $
+
+SHA1 (pyobjc-framework-CoreServices-5.1.2.tar.gz) = 8b18bcb0ef5d91962d1321e445de0e6bb428c1fd
+RMD160 (pyobjc-framework-CoreServices-5.1.2.tar.gz) = cf154e3b6b1a42a7ef48c38b5b9b3bd50dca310f
+SHA512 (pyobjc-framework-CoreServices-5.1.2.tar.gz) = c2c61c48eb757bce4a4c5e3425d9469e364307cc46409bf6bfdb1e33147e9c2894d943a921db3abf99773a1f48975dde377a2cb015ffc9ecdc41af870786d2e5
+Size (pyobjc-framework-CoreServices-5.1.2.tar.gz) = 409566 bytes
diff -r 5e17cc0a1337 -r b98b782e767e devel/py-pyobjc/Makefile
--- a/devel/py-pyobjc/Makefile Tue Jan 08 19:26:18 2019 +0000
+++ b/devel/py-pyobjc/Makefile Tue Jan 08 20:29:42 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/02/08 19:54:19 adam Exp $
+# $NetBSD: Makefile,v 1.3 2019/01/08 20:29:42 adam Exp $
META_PACKAGE= yes
@@ -35,6 +35,7 @@
DEPENDS+= ${PYPKGPREFIX}-pyobjc-framework-CoreData>=${PYOBJC_VERS}:../../devel/py-pyobjc-framework-CoreData
DEPENDS+= ${PYPKGPREFIX}-pyobjc-framework-CoreLocation>=${PYOBJC_VERS}:../../devel/py-pyobjc-framework-CoreLocation
DEPENDS+= ${PYPKGPREFIX}-pyobjc-framework-CoreML>=${PYOBJC_VERS}:../../devel/py-pyobjc-framework-CoreML
+DEPENDS+= ${PYPKGPREFIX}-pyobjc-framework-CoreServices>=${PYOBJC_VERS}:../../devel/py-pyobjc-framework-CoreServices
DEPENDS+= ${PYPKGPREFIX}-pyobjc-framework-CoreSpotlight>=${PYOBJC_VERS}:../../devel/py-pyobjc-framework-CoreSpotlight
DEPENDS+= ${PYPKGPREFIX}-pyobjc-framework-CoreText>=${PYOBJC_VERS}:../../devel/py-pyobjc-framework-CoreText
DEPENDS+= ${PYPKGPREFIX}-pyobjc-framework-CoreWLAN>=${PYOBJC_VERS}:../../devel/py-pyobjc-framework-CoreWLAN
diff -r 5e17cc0a1337 -r b98b782e767e devel/py-pyobjc/Makefile.common
--- a/devel/py-pyobjc/Makefile.common Tue Jan 08 19:26:18 2019 +0000
+++ b/devel/py-pyobjc/Makefile.common Tue Jan 08 20:29:42 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2019/01/08 12:08:39 adam Exp $
+# $NetBSD: Makefile.common,v 1.6 2019/01/08 20:29:42 adam Exp $
# used by devel/py-pyobjc-core/Makefile
# used by devel/py-pyobjc-framework-AVFoundation/Makefile
# used by devel/py-pyobjc-framework-AVKit/Makefile
@@ -20,6 +20,7 @@
# used by devel/py-pyobjc-framework-CoreData/Makefile
# used by devel/py-pyobjc-framework-CoreLocation/Makefile
# used by devel/py-pyobjc-framework-CoreML/Makefile
+# used by devel/py-pyobjc-framework-CoreServices/Makefile
# used by devel/py-pyobjc-framework-CoreSpotlight/Makefile
# used by devel/py-pyobjc-framework-CoreText/Makefile
# used by devel/py-pyobjc-framework-CoreWLAN/Makefile
Home |
Main Index |
Thread Index |
Old Index