pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-yara Yara python bindings
details: https://anonhg.NetBSD.org/pkgsrc/rev/e26ca06ba767
branches: trunk
changeset: 652656:e26ca06ba767
user: pettai <pettai%pkgsrc.org@localhost>
date: Sat Jun 06 09:13:27 2015 +0000
description:
Yara python bindings
diffstat:
security/py-yara/DESCR | 1 +
security/py-yara/Makefile | 17 +++++++++++++++++
security/py-yara/PLIST | 2 ++
security/py-yara/distinfo | 5 +++++
4 files changed, 25 insertions(+), 0 deletions(-)
diffs (41 lines):
diff -r 2636d2672d52 -r e26ca06ba767 security/py-yara/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-yara/DESCR Sat Jun 06 09:13:27 2015 +0000
@@ -0,0 +1,1 @@
+Yara python bindings
diff -r 2636d2672d52 -r e26ca06ba767 security/py-yara/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-yara/Makefile Sat Jun 06 09:13:27 2015 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2015/06/06 09:13:27 pettai Exp $
+
+PKGNAME= ${PYPKGPREFIX}-yara-${YAVER}
+CATEGORIES= security python
+
+COMMENT= Yara python bindings
+
+WRKSRC= ${WRKDIR}/yara-${YAVER}/yara-python
+
+PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+
+.include "../../security/yara/Makefile.common"
+.include "../../security/yara/buildlink3.mk"
+.include "../../lang/python/extension.mk"
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2636d2672d52 -r e26ca06ba767 security/py-yara/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-yara/PLIST Sat Jun 06 09:13:27 2015 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2015/06/06 09:13:27 pettai Exp $
+${PYSITELIB}/yara.so
diff -r 2636d2672d52 -r e26ca06ba767 security/py-yara/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-yara/distinfo Sat Jun 06 09:13:27 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/06/06 09:13:27 pettai Exp $
+
+SHA1 (v3.3.0.tar.gz) = 6f72d80f21336c098f9013212d496d3920d9ef18
+RMD160 (v3.3.0.tar.gz) = 330de9de9294953a3a42032ccc5ae849f065ab5e
+Size (v3.3.0.tar.gz) = 7634474 bytes
Home |
Main Index |
Thread Index |
Old Index