pkgsrc-WIP-changes archive

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

py-meson: update to 0.36.0



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Nov 16 13:13:49 2016 +0100
Changeset:	1b1f91532e9a08dc13424b5197aa3219369204d3

Modified Files:
	py-meson/Makefile
	py-meson/PLIST
	py-meson/distinfo

Log Message:
py-meson: update to 0.36.0

Changes not found.

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

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

diffstat:
 py-meson/Makefile |  5 ++++-
 py-meson/PLIST    | 11 +++++++----
 py-meson/distinfo |  8 ++++----
 3 files changed, 15 insertions(+), 9 deletions(-)

diffs:
diff --git a/py-meson/Makefile b/py-meson/Makefile
index 432f0a8..0a2a849 100644
--- a/py-meson/Makefile
+++ b/py-meson/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.9 2016/08/18 14:53:24 richard Exp $
 
-DISTNAME=	meson-0.33.0
+DISTNAME=	meson-0.36.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_PYPI:=m/meson/}
@@ -21,6 +21,8 @@ SUBST_FILES.man+=	setup.py
 SUBST_STAGE.man=	pre-configure
 SUBST_MESSAGE.man=	Fixing man page installation path.
 
+REPLACE_PYTHON+=	*.py
+
 post-extract:
 	# see https://github.com/mesonbuild/meson/issues/695
 	# patching does not work, perhaps due to spaces in path?
@@ -30,5 +32,6 @@ do-test:
 	${LN} -s ${PYTHONBIN} ${BUILDLINK_DIR}/bin/python3
 	cd ${WRKSRC} && ${PYTHONBIN} run_tests.py
 
+.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-meson/PLIST b/py-meson/PLIST
index ccfa7e1..eeeb7bd 100644
--- a/py-meson/PLIST
+++ b/py-meson/PLIST
@@ -1,8 +1,8 @@
 @comment $NetBSD$
-bin/meson.py
-bin/mesonconf.py
-bin/mesonintrospect.py
-bin/wraptool.py
+bin/meson
+bin/mesonconf
+bin/mesonintrospect
+bin/wraptool
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -139,6 +139,9 @@ ${PYSITELIB}/mesonbuild/scripts/symbolextractor.pyo
 ${PYSITELIB}/mesonbuild/scripts/vcstagger.py
 ${PYSITELIB}/mesonbuild/scripts/vcstagger.pyc
 ${PYSITELIB}/mesonbuild/scripts/vcstagger.pyo
+${PYSITELIB}/mesonbuild/scripts/yelphelper.py
+${PYSITELIB}/mesonbuild/scripts/yelphelper.pyc
+${PYSITELIB}/mesonbuild/scripts/yelphelper.pyo
 ${PYSITELIB}/mesonbuild/wrap/__init__.py
 ${PYSITELIB}/mesonbuild/wrap/__init__.pyc
 ${PYSITELIB}/mesonbuild/wrap/__init__.pyo
diff --git a/py-meson/distinfo b/py-meson/distinfo
index fc0fe35..f8e8b95 100644
--- a/py-meson/distinfo
+++ b/py-meson/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.7 2016/08/18 14:53:24 richard Exp $
 
-SHA1 (meson-0.33.0.tar.gz) = 3007df0c8703e5b9c56580c1a8de252ef049fcfa
-RMD160 (meson-0.33.0.tar.gz) = 612a5b7611afdedad4450bbc12afd41d14fb8f9b
-SHA512 (meson-0.33.0.tar.gz) = de4bdc40574dfbbc5a29861c32984dc1c97d28992e849c32f1ec0e314d3c69861768583c29eea2b9708ec6b734759d7eac60a53015fd321e29f1e9b1dbbffc22
-Size (meson-0.33.0.tar.gz) = 482221 bytes
+SHA1 (meson-0.36.0.tar.gz) = 6688c3d39dcac92bb77dd5da187c6eea88a22e71
+RMD160 (meson-0.36.0.tar.gz) = e2246958e3234090ccb4113e0dc05da04bd8063e
+SHA512 (meson-0.36.0.tar.gz) = 162c27fe0bf1e61422cefe3ff4397a9a426d9cabbadfe358c3c440ba746784d64c4d689c2dc22b0456e6c6631b2e92874a85ee597d58614ee45e932b9285c9f8
+Size (meson-0.36.0.tar.gz) = 459007 bytes


Home | Main Index | Thread Index | Old Index