pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-platformdirs: Import py-platformdirs-2.0.2 as wip/py-platformdirs
Module Name: pkgsrc-wip
Committed By: Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By: iquiw
Date: Thu Jul 22 14:47:12 2021 +0900
Changeset: fd57918981b68b02229e912f9b67f0f079c433b3
Modified Files:
Makefile
Added Files:
py-platformdirs/DESCR
py-platformdirs/Makefile
py-platformdirs/PLIST
py-platformdirs/distinfo
Log Message:
py-platformdirs: Import py-platformdirs-2.0.2 as wip/py-platformdirs
platformdirs is a library to determine platform-specific system
directories. This includes directories where to place cache files, user
data, configuration, etc.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fd57918981b68b02229e912f9b67f0f079c433b3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-platformdirs/DESCR | 3 +++
py-platformdirs/Makefile | 15 +++++++++++++++
py-platformdirs/PLIST | 8 ++++++++
py-platformdirs/distinfo | 6 ++++++
5 files changed, 33 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 7fcf3c8ed7..8e4288d5f8 100644
--- a/Makefile
+++ b/Makefile
@@ -4233,6 +4233,7 @@ SUBDIR+= py-piquant
SUBDIR+= py-pithos
SUBDIR+= py-pixiedust
SUBDIR+= py-plac
+SUBDIR+= py-platformdirs
SUBDIR+= py-plete
SUBDIR+= py-plex
SUBDIR+= py-plink
diff --git a/py-platformdirs/DESCR b/py-platformdirs/DESCR
new file mode 100644
index 0000000000..d153e322b5
--- /dev/null
+++ b/py-platformdirs/DESCR
@@ -0,0 +1,3 @@
+platformdirs is a library to determine platform-specific system
+directories. This includes directories where to place cache files, user
+data, configuration, etc.
diff --git a/py-platformdirs/Makefile b/py-platformdirs/Makefile
new file mode 100644
index 0000000000..57cae66e4a
--- /dev/null
+++ b/py-platformdirs/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME= platformdirs-2.0.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/platformdirs/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/platformdirs/platformdirs
+COMMENT= Python module for determining appropriate platform-specific dirs
+LICENSE= mit
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-platformdirs/PLIST b/py-platformdirs/PLIST
new file mode 100644
index 0000000000..4b2a6e49b5
--- /dev/null
+++ b/py-platformdirs/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/platformdirs.py
+${PYSITELIB}/platformdirs.pyc
+${PYSITELIB}/platformdirs.pyo
diff --git a/py-platformdirs/distinfo b/py-platformdirs/distinfo
new file mode 100644
index 0000000000..31c99d35e0
--- /dev/null
+++ b/py-platformdirs/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (platformdirs-2.0.2.tar.gz) = b9e9eb96c7ccf5b3af05794d3775d8ea5fd1e71e
+RMD160 (platformdirs-2.0.2.tar.gz) = b03f9dd52b9b7232f6e154ae51eaf662b645c05e
+SHA512 (platformdirs-2.0.2.tar.gz) = a342167cf10959b04535060dfffc11df42e046cfcf75c83c0eaa45ba314a864ff715f0764efd65aee5a404f39fe3c80a9f0fde6adf91b95cba7f508d01d09ab3
+Size (platformdirs-2.0.2.tar.gz) = 11445 bytes
Home |
Main Index |
Thread Index |
Old Index