pkgsrc-WIP-changes archive

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

py-aspy.yaml: Import py-aspy.yaml-1.3.0 as wip/py-aspy.yaml



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Fri Dec 13 18:08:49 2019 +0900
Changeset:	084a6e3adde612fc5ab5216955ba61b81782d836

Modified Files:
	Makefile
Added Files:
	py-aspy.yaml/DESCR
	py-aspy.yaml/Makefile
	py-aspy.yaml/PLIST
	py-aspy.yaml/distinfo

Log Message:
py-aspy.yaml: Import py-aspy.yaml-1.3.0 as wip/py-aspy.yaml

Some extensions to pyyaml.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=084a6e3adde612fc5ab5216955ba61b81782d836

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |  1 +
 py-aspy.yaml/DESCR    |  1 +
 py-aspy.yaml/Makefile | 18 ++++++++++++++++++
 py-aspy.yaml/PLIST    | 12 ++++++++++++
 py-aspy.yaml/distinfo |  6 ++++++
 5 files changed, 38 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 7965464f8c..708f966100 100644
--- a/Makefile
+++ b/Makefile
@@ -3106,6 +3106,7 @@ SUBDIR+=	py-asciimathml
 SUBDIR+=	py-ase
 SUBDIR+=	py-aspects
 SUBDIR+=	py-aspell
+SUBDIR+=	py-aspy.yaml
 SUBDIR+=	py-aspyct
 SUBDIR+=	py-ass
 SUBDIR+=	py-astlib
diff --git a/py-aspy.yaml/DESCR b/py-aspy.yaml/DESCR
new file mode 100644
index 0000000000..cb3d41b65e
--- /dev/null
+++ b/py-aspy.yaml/DESCR
@@ -0,0 +1 @@
+Some extensions to pyyaml.
diff --git a/py-aspy.yaml/Makefile b/py-aspy.yaml/Makefile
new file mode 100644
index 0000000000..bf969830fa
--- /dev/null
+++ b/py-aspy.yaml/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	aspy.yaml-1.3.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	textproc python
+MASTER_SITES=	${MASTER_SITE_PYPI:=a/aspy.yaml/}
+
+MAINTAINER=	iku.iwasa%gmail.com@localhost
+HOMEPAGE=	https://github.com/asottile/aspy.yaml
+COMMENT=	Some extensions to pyyaml
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-aspy.yaml/PLIST b/py-aspy.yaml/PLIST
new file mode 100644
index 0000000000..331bbde0ea
--- /dev/null
+++ b/py-aspy.yaml/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/aspy/__init__.py
+${PYSITELIB}/aspy/__init__.pyo
+${PYSITELIB}/aspy/__init__.pyc
+${PYSITELIB}/aspy/yaml/__init__.py
+${PYSITELIB}/aspy/yaml/__init__.pyo
+${PYSITELIB}/aspy/yaml/__init__.pyc
diff --git a/py-aspy.yaml/distinfo b/py-aspy.yaml/distinfo
new file mode 100644
index 0000000000..caeec23384
--- /dev/null
+++ b/py-aspy.yaml/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (aspy.yaml-1.3.0.tar.gz) = e1b5e5eba488fc4c04d78248fdd0083248535bfd
+RMD160 (aspy.yaml-1.3.0.tar.gz) = 594f2084beca014086be80780130c883a6050c86
+SHA512 (aspy.yaml-1.3.0.tar.gz) = 5df071c59780ba618fe1ab75c757313531e641fa99addc7005c411a37d71780d0ff5c79955d1458275f0d114e6578c186de0faab1c7fdad13661bdb434fd17cb
+Size (aspy.yaml-1.3.0.tar.gz) = 2998 bytes


Home | Main Index | Thread Index | Old Index