pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-mistune Rev1: build C-extension



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1eda5ca051f
branches:  trunk
changeset: 365574:f1eda5ca051f
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jul 20 17:03:46 2017 +0000

description:
Rev1: build C-extension

diffstat:

 textproc/py-mistune/Makefile |  6 ++++--
 textproc/py-mistune/PLIST    |  3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (40 lines):

diff -r 5c2beee05401 -r f1eda5ca051f textproc/py-mistune/Makefile
--- a/textproc/py-mistune/Makefile      Thu Jul 20 16:54:48 2017 +0000
+++ b/textproc/py-mistune/Makefile      Thu Jul 20 17:03:46 2017 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/03/20 13:21:08 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/07/20 17:03:46 adam Exp $
 
 DISTNAME=      mistune-0.7.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mistune/}
 
@@ -10,10 +11,11 @@
 COMMENT=       The fastest markdown parser in pure Python
 LICENSE=       modified-bsd
 
-USE_LANGUAGES= # none
+USE_LANGUAGES= c
 
 # TEST_DEPENDS
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
+.include "../../devel/py-cython/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5c2beee05401 -r f1eda5ca051f textproc/py-mistune/PLIST
--- a/textproc/py-mistune/PLIST Thu Jul 20 16:54:48 2017 +0000
+++ b/textproc/py-mistune/PLIST Thu Jul 20 17:03:46 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/02/13 21:06:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/07/20 17:03:46 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -7,3 +7,4 @@
 ${PYSITELIB}/mistune.py
 ${PYSITELIB}/mistune.pyc
 ${PYSITELIB}/mistune.pyo
+${PYSITELIB}/mistune.so



Home | Main Index | Thread Index | Old Index