pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-meson



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 25 18:53:53 UTC 2017

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

Log Message:
0.42.0:
* Distribution tarballs from Mercurial repositories
* Keyword argument verification
* Add support for Genie to Vala compiler
* Pkgconfig support for additional cflags
* Base options accessible via get_option()
* Allow crate type configuration for Rust compiler
* Simultaneous use of Address- and Undefined Behavior Sanitizers
* Unstable SIMD module
* Import libraries for executables on Windows
* Added build_rpath keyword argument
* Vulkan dependency module
* Limiting the maximum number of linker processes
* Disable implicit include directories
* Support for MPI dependency
* Allow excluding files or directories from install_subdir
* Make all Meson functionality invokable via the main executable
* Pcap dependency detector
* GNOME module mkenums_simple() addition


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-meson/Makefile \
    pkgsrc/devel/py-meson/PLIST pkgsrc/devel/py-meson/distinfo

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

Modified files:

Index: pkgsrc/devel/py-meson/Makefile
diff -u pkgsrc/devel/py-meson/Makefile:1.1 pkgsrc/devel/py-meson/Makefile:1.2
--- pkgsrc/devel/py-meson/Makefile:1.1  Mon Aug 14 21:07:44 2017
+++ pkgsrc/devel/py-meson/Makefile      Fri Aug 25 18:53:53 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/08/14 21:07:44 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/08/25 18:53:53 adam Exp $
 
-DISTNAME=      meson-0.41.2
+DISTNAME=      meson-0.42.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/meson/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/py-meson/PLIST
diff -u pkgsrc/devel/py-meson/PLIST:1.1 pkgsrc/devel/py-meson/PLIST:1.2
--- pkgsrc/devel/py-meson/PLIST:1.1     Mon Aug 14 21:07:44 2017
+++ pkgsrc/devel/py-meson/PLIST Fri Aug 25 18:53:53 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/08/14 21:07:44 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/08/25 18:53:53 adam Exp $
 bin/meson
 bin/mesonconf
 bin/mesonintrospect
@@ -38,9 +38,45 @@ ${PYSITELIB}/mesonbuild/backend/xcodebac
 ${PYSITELIB}/mesonbuild/build.py
 ${PYSITELIB}/mesonbuild/build.pyc
 ${PYSITELIB}/mesonbuild/build.pyo
-${PYSITELIB}/mesonbuild/compilers.py
-${PYSITELIB}/mesonbuild/compilers.pyc
-${PYSITELIB}/mesonbuild/compilers.pyo
+${PYSITELIB}/mesonbuild/compilers/__init__.py
+${PYSITELIB}/mesonbuild/compilers/__init__.pyc
+${PYSITELIB}/mesonbuild/compilers/__init__.pyo
+${PYSITELIB}/mesonbuild/compilers/c.py
+${PYSITELIB}/mesonbuild/compilers/c.pyc
+${PYSITELIB}/mesonbuild/compilers/c.pyo
+${PYSITELIB}/mesonbuild/compilers/compilers.py
+${PYSITELIB}/mesonbuild/compilers/compilers.pyc
+${PYSITELIB}/mesonbuild/compilers/compilers.pyo
+${PYSITELIB}/mesonbuild/compilers/cpp.py
+${PYSITELIB}/mesonbuild/compilers/cpp.pyc
+${PYSITELIB}/mesonbuild/compilers/cpp.pyo
+${PYSITELIB}/mesonbuild/compilers/cs.py
+${PYSITELIB}/mesonbuild/compilers/cs.pyc
+${PYSITELIB}/mesonbuild/compilers/cs.pyo
+${PYSITELIB}/mesonbuild/compilers/d.py
+${PYSITELIB}/mesonbuild/compilers/d.pyc
+${PYSITELIB}/mesonbuild/compilers/d.pyo
+${PYSITELIB}/mesonbuild/compilers/fortran.py
+${PYSITELIB}/mesonbuild/compilers/fortran.pyc
+${PYSITELIB}/mesonbuild/compilers/fortran.pyo
+${PYSITELIB}/mesonbuild/compilers/java.py
+${PYSITELIB}/mesonbuild/compilers/java.pyc
+${PYSITELIB}/mesonbuild/compilers/java.pyo
+${PYSITELIB}/mesonbuild/compilers/objc.py
+${PYSITELIB}/mesonbuild/compilers/objc.pyc
+${PYSITELIB}/mesonbuild/compilers/objc.pyo
+${PYSITELIB}/mesonbuild/compilers/objcpp.py
+${PYSITELIB}/mesonbuild/compilers/objcpp.pyc
+${PYSITELIB}/mesonbuild/compilers/objcpp.pyo
+${PYSITELIB}/mesonbuild/compilers/rust.py
+${PYSITELIB}/mesonbuild/compilers/rust.pyc
+${PYSITELIB}/mesonbuild/compilers/rust.pyo
+${PYSITELIB}/mesonbuild/compilers/swift.py
+${PYSITELIB}/mesonbuild/compilers/swift.pyc
+${PYSITELIB}/mesonbuild/compilers/swift.pyo
+${PYSITELIB}/mesonbuild/compilers/vala.py
+${PYSITELIB}/mesonbuild/compilers/vala.pyc
+${PYSITELIB}/mesonbuild/compilers/vala.pyo
 ${PYSITELIB}/mesonbuild/coredata.py
 ${PYSITELIB}/mesonbuild/coredata.pyc
 ${PYSITELIB}/mesonbuild/coredata.pyo
@@ -71,6 +107,9 @@ ${PYSITELIB}/mesonbuild/interpreter.pyo
 ${PYSITELIB}/mesonbuild/interpreterbase.py
 ${PYSITELIB}/mesonbuild/interpreterbase.pyc
 ${PYSITELIB}/mesonbuild/interpreterbase.pyo
+${PYSITELIB}/mesonbuild/linkers.py
+${PYSITELIB}/mesonbuild/linkers.pyc
+${PYSITELIB}/mesonbuild/linkers.pyo
 ${PYSITELIB}/mesonbuild/mconf.py
 ${PYSITELIB}/mesonbuild/mconf.pyc
 ${PYSITELIB}/mesonbuild/mconf.pyo
@@ -113,15 +152,24 @@ ${PYSITELIB}/mesonbuild/modules/qt5.pyo
 ${PYSITELIB}/mesonbuild/modules/rpm.py
 ${PYSITELIB}/mesonbuild/modules/rpm.pyc
 ${PYSITELIB}/mesonbuild/modules/rpm.pyo
+${PYSITELIB}/mesonbuild/modules/unstable_simd.py
+${PYSITELIB}/mesonbuild/modules/unstable_simd.pyc
+${PYSITELIB}/mesonbuild/modules/unstable_simd.pyo
 ${PYSITELIB}/mesonbuild/modules/windows.py
 ${PYSITELIB}/mesonbuild/modules/windows.pyc
 ${PYSITELIB}/mesonbuild/modules/windows.pyo
 ${PYSITELIB}/mesonbuild/mparser.py
 ${PYSITELIB}/mesonbuild/mparser.pyc
 ${PYSITELIB}/mesonbuild/mparser.pyo
+${PYSITELIB}/mesonbuild/mtest.py
+${PYSITELIB}/mesonbuild/mtest.pyc
+${PYSITELIB}/mesonbuild/mtest.pyo
 ${PYSITELIB}/mesonbuild/optinterpreter.py
 ${PYSITELIB}/mesonbuild/optinterpreter.pyc
 ${PYSITELIB}/mesonbuild/optinterpreter.pyo
+${PYSITELIB}/mesonbuild/rewriter.py
+${PYSITELIB}/mesonbuild/rewriter.pyc
+${PYSITELIB}/mesonbuild/rewriter.pyo
 ${PYSITELIB}/mesonbuild/scripts/__init__.py
 ${PYSITELIB}/mesonbuild/scripts/__init__.pyc
 ${PYSITELIB}/mesonbuild/scripts/__init__.pyo
Index: pkgsrc/devel/py-meson/distinfo
diff -u pkgsrc/devel/py-meson/distinfo:1.1 pkgsrc/devel/py-meson/distinfo:1.2
--- pkgsrc/devel/py-meson/distinfo:1.1  Mon Aug 14 21:07:44 2017
+++ pkgsrc/devel/py-meson/distinfo      Fri Aug 25 18:53:53 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/08/14 21:07:44 wiz Exp $
+$NetBSD: distinfo,v 1.2 2017/08/25 18:53:53 adam Exp $
 
-SHA1 (meson-0.41.2.tar.gz) = dbd9d09deb7e224f41498936c6c922cf25db1bf3
-RMD160 (meson-0.41.2.tar.gz) = 23194ac97f074af1cfcfe6e43769e8ee9f82a7f1
-SHA512 (meson-0.41.2.tar.gz) = b11dccad82c2380004793e22f538b89d8871f080b55d2c8f5adab1afd4a215fac98304d823f320aefe9946dedc52747e5b2a877bfd80dc8c63d191c542b46a4e
-Size (meson-0.41.2.tar.gz) = 1013526 bytes
+SHA1 (meson-0.42.0.tar.gz) = c12d466d357fa0d08990f8973a9095c7b9c1f35b
+RMD160 (meson-0.42.0.tar.gz) = c5096bc283e600d434bb58fbe79acec90c3f8568
+SHA512 (meson-0.42.0.tar.gz) = 0a8c3c8c4da70f19de7e10faaf7aef9e950cc21db116a886d0dd7732a70a3dc26996ef15c5eeed79638cf34ee994008e5cb68f7f38b18174e311572ba44e1594
+Size (meson-0.42.0.tar.gz) = 1042920 bytes



Home | Main Index | Thread Index | Old Index