pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-meson py-meson: updated to 0.44.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca3c2c35b749
branches:  trunk
changeset: 372624:ca3c2c35b749
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Dec 12 08:36:43 2017 +0000

description:
py-meson: updated to 0.44.0

0.44.0:
Added warning function
Adds support for additional Qt5-Module keyword moc_extra_arguments
Prefix-dependent defaults for sysconfdir, localstatedir and sharedstatedir
An array type for user options
LLVM dependency supports both dynamic and static linking
Added if_found to subdir
get_unquoted() method for the configuration data object
Added disabler object
Config-Tool based dependencies gained a method to get arbitrary options

diffstat:

 devel/py-meson/Makefile |   5 ++---
 devel/py-meson/PLIST    |   5 ++++-
 devel/py-meson/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (48 lines):

diff -r f746841e1277 -r ca3c2c35b749 devel/py-meson/Makefile
--- a/devel/py-meson/Makefile   Tue Dec 12 08:28:36 2017 +0000
+++ b/devel/py-meson/Makefile   Tue Dec 12 08:36:43 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2017/11/23 14:59:52 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/12/12 08:36:43 adam Exp $
 
-DISTNAME=      meson-0.43.0
+DISTNAME=      meson-0.44.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/meson/}
 
diff -r f746841e1277 -r ca3c2c35b749 devel/py-meson/PLIST
--- a/devel/py-meson/PLIST      Tue Dec 12 08:28:36 2017 +0000
+++ b/devel/py-meson/PLIST      Tue Dec 12 08:36:43 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/08/25 18:53:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/12/12 08:36:43 adam Exp $
 bin/meson
 bin/mesonconf
 bin/mesonintrospect
@@ -143,6 +143,9 @@
 ${PYSITELIB}/mesonbuild/modules/python3.py
 ${PYSITELIB}/mesonbuild/modules/python3.pyc
 ${PYSITELIB}/mesonbuild/modules/python3.pyo
+${PYSITELIB}/mesonbuild/modules/qt.py
+${PYSITELIB}/mesonbuild/modules/qt.pyc
+${PYSITELIB}/mesonbuild/modules/qt.pyo
 ${PYSITELIB}/mesonbuild/modules/qt4.py
 ${PYSITELIB}/mesonbuild/modules/qt4.pyc
 ${PYSITELIB}/mesonbuild/modules/qt4.pyo
diff -r f746841e1277 -r ca3c2c35b749 devel/py-meson/distinfo
--- a/devel/py-meson/distinfo   Tue Dec 12 08:28:36 2017 +0000
+++ b/devel/py-meson/distinfo   Tue Dec 12 08:36:43 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/10/16 10:58:59 adam Exp $
+$NetBSD: distinfo,v 1.5 2017/12/12 08:36:43 adam Exp $
 
-SHA1 (meson-0.43.0.tar.gz) = 7e44b1dc8172ceda2f7ea9525762c585c8fc94a4
-RMD160 (meson-0.43.0.tar.gz) = f8d188b064f1764a0d137738e6ef3710d9845e67
-SHA512 (meson-0.43.0.tar.gz) = 17f7e7f87c344ae0a2f53975c65ef3b4eae204a57eb97141aedb4edf65aa21af29a6f61e3870022efd2d126ce768602fbb894ec7d919875dd44ccdb39a5df044
-Size (meson-0.43.0.tar.gz) = 1066663 bytes
+SHA1 (meson-0.44.0.tar.gz) = b62e989e806ac2935cb29479100a11e2c3251ed1
+RMD160 (meson-0.44.0.tar.gz) = b80bd1e84377aa108acec4f02dc269008df7fc6d
+SHA512 (meson-0.44.0.tar.gz) = 32312842bef6d15a73abb250972df29212ae495eb13f9ddf50f300974a42c679c51d34af560b430ef5465f8353d9f98e91a90e749590584968da766ad75ae989
+Size (meson-0.44.0.tar.gz) = 1102630 bytes



Home | Main Index | Thread Index | Old Index