pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/py-xattr Import py27-xattr-0.7.2 as sysutils/...
details: https://anonhg.NetBSD.org/pkgsrc/rev/63ede9107d1e
branches: trunk
changeset: 624779:63ede9107d1e
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Sep 30 17:25:51 2013 +0000
description:
Import py27-xattr-0.7.2 as sysutils/py-xattr.
xattr is a Python wrapper for extended filesystem attributes.
Extended attributes extend the basic attributes of files and
directories in the file system. They are stored as name:data pairs
associated with file system objects (files, directories, symlinks,
etc).
diffstat:
sysutils/py-xattr/DESCR | 6 ++++++
sysutils/py-xattr/Makefile | 26 ++++++++++++++++++++++++++
sysutils/py-xattr/PLIST | 19 +++++++++++++++++++
sysutils/py-xattr/distinfo | 5 +++++
4 files changed, 56 insertions(+), 0 deletions(-)
diffs (72 lines):
diff -r 82033a4f61a4 -r 63ede9107d1e sysutils/py-xattr/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-xattr/DESCR Mon Sep 30 17:25:51 2013 +0000
@@ -0,0 +1,6 @@
+xattr is a Python wrapper for extended filesystem attributes.
+
+Extended attributes extend the basic attributes of files and
+directories in the file system. They are stored as name:data pairs
+associated with file system objects (files, directories, symlinks,
+etc).
diff -r 82033a4f61a4 -r 63ede9107d1e sysutils/py-xattr/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-xattr/Makefile Mon Sep 30 17:25:51 2013 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2013/09/30 17:25:51 wiz Exp $
+
+DISTNAME= v0.7.2
+PROPERNAME= ${DISTNAME:S/v/xattr-/}
+PKGNAME= ${PYPKGPREFIX}-${PROPERNAME}
+CATEGORIES= sysutils
+MASTER_SITES= https://github.com/xattr/xattr/archive/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/xattr/xattr/
+COMMENT= Python wrapper for extended filesystem attributes
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-cffi-[0-9]*:../../nih/py-cffi
+DEPENDS+= ${PYPKGPREFIX}-cparser-[0-9]*:../../nih/py-cparser
+
+DIST_SUBDIR= xattr
+
+WRKSRC= ${WRKDIR}/${PROPERNAME}
+EGG_NAME= ${PROPERNAME}
+USE_LANGUAGES= c
+REPLACE_PYTHON= xattr/tool.py
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 82033a4f61a4 -r 63ede9107d1e sysutils/py-xattr/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-xattr/PLIST Mon Sep 30 17:25:51 2013 +0000
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2013/09/30 17:25:51 wiz Exp $
+bin/xattr
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/xattr/__init__.py
+${PYSITELIB}/xattr/__init__.pyc
+${PYSITELIB}/xattr/__init__.pyo
+${PYSITELIB}/xattr/_cffi__x2654de55x6ee6f75.so
+${PYSITELIB}/xattr/lib.py
+${PYSITELIB}/xattr/lib.pyc
+${PYSITELIB}/xattr/lib.pyo
+${PYSITELIB}/xattr/tool.py
+${PYSITELIB}/xattr/tool.pyc
+${PYSITELIB}/xattr/tool.pyo
diff -r 82033a4f61a4 -r 63ede9107d1e sysutils/py-xattr/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-xattr/distinfo Mon Sep 30 17:25:51 2013 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/09/30 17:25:51 wiz Exp $
+
+SHA1 (xattr/v0.7.2.tar.gz) = 9345898f5bc992f0c82e2552368908ee84decb52
+RMD160 (xattr/v0.7.2.tar.gz) = 950630c21d86c534fcffea093d9578a6963be18c
+Size (xattr/v0.7.2.tar.gz) = 9515 bytes
Home |
Main Index |
Thread Index |
Old Index