Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -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 'ScriptingBridge'.

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.1 2015/04/25 10:40:51 adam Exp $
.include "../../devel/py-pyobjc/Makefile.common"
DISTNAME= pyobjc-framework-ScriptingBridge-${PYOBJC_VERS}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://pypi.python.org/packages/source/p/pyobjc-framework-ScriptingBridge/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pythonhosted.org/pyobjc/
COMMENT= Bridge between Python and Objective-C (ScriptingBridge framework)
LICENSE= mit
USE_LANGUAGES= c objc
DEPENDS+= ${PYPKGPREFIX}-pyobjc-core>=${PYOBJC_VERS}:../../devel/py-pyobjc-core
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,14 @@
@comment $NetBSD: PLIST,v 1.1 2015/04/25 10:40:51 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}/ScriptingBridge/__init__.py
${PYSITELIB}/ScriptingBridge/__init__.pyc
${PYSITELIB}/ScriptingBridge/__init__.pyo
${PYSITELIB}/ScriptingBridge/_ScriptingBridge.so
${PYSITELIB}/ScriptingBridge/_metadata.py
${PYSITELIB}/ScriptingBridge/_metadata.pyc
${PYSITELIB}/ScriptingBridge/_metadata.pyo

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/04/25 10:40:51 adam Exp $
SHA1 (pyobjc-framework-ScriptingBridge-3.0.4.tar.gz) = 5e2c46890ef415f8ad0472fcb9b1b6dda25d23e4
RMD160 (pyobjc-framework-ScriptingBridge-3.0.4.tar.gz) = b62bbf8bdd9382db474012c35d3acd331cf20e8b
Size (pyobjc-framework-ScriptingBridge-3.0.4.tar.gz) = 11916 bytes