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 'InputMethodKit'.

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.1 2015/04/25 10:40:50 adam Exp $
.include "../../devel/py-pyobjc/Makefile.common"
DISTNAME= pyobjc-framework-InputMethodKit-${PYOBJC_VERS}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://pypi.python.org/packages/source/p/pyobjc-framework-InputMethodKit/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pythonhosted.org/pyobjc/
COMMENT= Bridge between Python and Objective-C (InputMethodKit 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:50 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}/InputMethodKit/__init__.py
${PYSITELIB}/InputMethodKit/__init__.pyc
${PYSITELIB}/InputMethodKit/__init__.pyo
${PYSITELIB}/InputMethodKit/_InputMethodKit.so
${PYSITELIB}/InputMethodKit/_metadata.py
${PYSITELIB}/InputMethodKit/_metadata.pyc
${PYSITELIB}/InputMethodKit/_metadata.pyo

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/04/25 10:40:50 adam Exp $
SHA1 (pyobjc-framework-InputMethodKit-3.0.4.tar.gz) = 28b50ca870762f49d08cd15a46b6d717989667e7
RMD160 (pyobjc-framework-InputMethodKit-3.0.4.tar.gz) = 652933f8f2c08df6b357ee035ceb55af5f379643
Size (pyobjc-framework-InputMethodKit-3.0.4.tar.gz) = 15411 bytes