pkgsrc-WIP-changes archive

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

py-poyo: Update to 0.4.0



Module Name:	pkgsrc-wip
Committed By:	Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Fri Feb 9 17:48:25 2018 -0800
Changeset:	7020eb021c8698de8c0e0ffb90ecc222b68132de

Modified Files:
	py-poyo/Makefile
	py-poyo/distinfo

Log Message:
py-poyo: Update to 0.4.0

New features since 0.1.0:
- Add support for list values
- Expose PoyoException in API
- Add support for blank lines and comment lines in lists
- Add support for block comments in sections

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

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

diffstat:
 py-poyo/Makefile | 8 ++++----
 py-poyo/distinfo | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs:
diff --git a/py-poyo/Makefile b/py-poyo/Makefile
index 87f4becb88..ec50c36eda 100644
--- a/py-poyo/Makefile
+++ b/py-poyo/Makefile
@@ -1,14 +1,14 @@
 # $NetBSD$
 
-DISTNAME=	poyo-0.1.0
-GITHUB_PROJECT=	poyo
+DISTNAME=	poyo-0.4.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hackebrot/}
+GITHUB_PROJECT=	poyo
 
 MAINTAINER=	gde%llew.me@localhost
-HOMEPAGE=	https://github.com/hackebrot/poyo/
-COMMENT=	A YAML Parser for Python
+HOMEPAGE=	https://github.com/hackebrot/poyo
+COMMENT=	YAML Parser for Python
 LICENSE=	mit
 
 USE_LANGUAGES=	# none
diff --git a/py-poyo/distinfo b/py-poyo/distinfo
index 40ec897d06..8b90e4f836 100644
--- a/py-poyo/distinfo
+++ b/py-poyo/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (poyo-0.1.0.tar.gz) = 266335b153d4702073f876efc50f68258b89585a
-RMD160 (poyo-0.1.0.tar.gz) = d55fad9dc5e84f92279a26ff71d3c3bee45a59ed
-SHA512 (poyo-0.1.0.tar.gz) = e3315e63531ba054fd52423787519f5f73e24ee4bb292e430732bc273dc30ef420a4e04c44c66d4e9580f18104c78e14f458a2e7b523cf45522e58630f43732e
-Size (poyo-0.1.0.tar.gz) = 6608 bytes
+SHA1 (poyo-0.4.0.tar.gz) = 28e72f8495b76c1ea37c2fb1e89848f923ec6b05
+RMD160 (poyo-0.4.0.tar.gz) = 14c4a60920906ad9b39319871ce0f010d38ca271
+SHA512 (poyo-0.4.0.tar.gz) = 93991b9d0f7983e99ef10ef9cc1ac62acbbf2cd24ef78480debf4eb3f4b64744c9e6bbb3fa83bee38fd58a9c1a373369e5eb60c185c0ebe67d7a1475c5b1996e
+Size (poyo-0.4.0.tar.gz) = 10797 bytes


Home | Main Index | Thread Index | Old Index