Import py27-appdirs-1.4.0 as wip/py-appdirs.
A small Python module for determining appropriate " + "platform-specific dirs, e.g. a "user data dir"
This commit is contained in:
parent
b66c57a113
commit
83635df68c
4 changed files with 33 additions and 0 deletions
2
py-appdirs/DESCR
Normal file
2
py-appdirs/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
A small Python module for determining appropriate " + "platform-specific dirs,
|
||||
e.g. a "user data dir"
|
18
py-appdirs/Makefile
Normal file
18
py-appdirs/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/01/31 23:03:39 jihbed Exp $
|
||||
|
||||
DISTNAME= appdirs-1.4.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/a/appdirs/
|
||||
|
||||
MAINTAINER= kamelderouiche@yahoo.com
|
||||
HOMEPAGE= http://github.com/ActiveState/appdirs
|
||||
COMMENT= Module for determining appropriate, platform-specific dirs
|
||||
LICENSE= mit
|
||||
|
||||
WRKSRC= ${WRKDIR}/appdirs-1.4.0
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
8
py-appdirs/PLIST
Normal file
8
py-appdirs/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/01/31 23:03:39 jihbed Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/appdirs.py
|
||||
${PYSITELIB}/appdirs.pyc
|
||||
${PYSITELIB}/appdirs.pyo
|
5
py-appdirs/distinfo
Normal file
5
py-appdirs/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/01/31 23:03:39 jihbed Exp $
|
||||
|
||||
SHA1 (appdirs-1.4.0.tar.gz) = a23245ad884a605bc845855cbf9e17991bc274ed
|
||||
RMD160 (appdirs-1.4.0.tar.gz) = 50000f1b504ed024a976cde1426883b301aa977e
|
||||
Size (appdirs-1.4.0.tar.gz) = 14358 bytes
|
Loading…
Reference in a new issue