pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-meson Update py-meson to 0.47.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ec6377afcf2
branches:  trunk
changeset: 312493:2ec6377afcf2
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Tue Sep 04 14:46:52 2018 +0000

description:
Update py-meson to 0.47.2

Highlights:

      find_library: Use _build_wrapper to get library dirs
      python.find_installation: only try to find python with the
        py launcher if it isn't in PATH
      Fix @CURRENT_SOURCE_DIR@ in generator()
      Fix directory verification. Closes #3857.
      Add 32 bit sparc processor support. Closes #3901.
      Add support for s390x CPUs. Closes #3897.
      mesonbuild: Recognise risc-v architecture
      configure_file: Don't optimize away substitutions
      environment: Map mipsel -> mips, mips64el -> mips64
      Add new method: mlog.deprecation()
      Raise a MesonException when substituting an invalid value
      Print a more usable message when a subproject fails to configure
      get_library_naming: Use templates instead of suffix/prefix pairs
      find_library: Fix manual searching on OpenBSD
      find_library: Fix priority of library search in OpenBSD
      find_library: Validate and sort globbed shared library files
      gnome.gdbus_codegen: Handle XML docbook in subdirs
      Print a useful error when a compiler is not found in the cross file
      Add a feature-new entry for UserFeatureOption
      PkgConfigDependency: Fix library path search order
      Don't check version for fallback not-found dependency
      PkgConfigDependency: Parse library paths in a separate step
      find_library: Allow undefined symbols while linking
      Test that system shlibs with undefined symbols can be found
      Make the dependency order deterministic.
      Make the rpath order deterministic.

diffstat:

 devel/py-meson/Makefile |   5 ++---
 devel/py-meson/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (32 lines):

diff -r a36a26f91b1a -r 2ec6377afcf2 devel/py-meson/Makefile
--- a/devel/py-meson/Makefile   Tue Sep 04 14:43:17 2018 +0000
+++ b/devel/py-meson/Makefile   Tue Sep 04 14:46:52 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2018/09/03 09:30:25 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2018/09/04 14:46:52 prlw1 Exp $
 
-DISTNAME=      meson-0.47.0
+DISTNAME=      meson-0.47.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/meson/}
 
diff -r a36a26f91b1a -r 2ec6377afcf2 devel/py-meson/distinfo
--- a/devel/py-meson/distinfo   Tue Sep 04 14:43:17 2018 +0000
+++ b/devel/py-meson/distinfo   Tue Sep 04 14:46:52 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2018/09/03 09:30:25 wiz Exp $
+$NetBSD: distinfo,v 1.12 2018/09/04 14:46:52 prlw1 Exp $
 
-SHA1 (meson-0.47.0.tar.gz) = 3ce3f5cf2a31e7c58b921f7a5c92afae3c90ff4c
-RMD160 (meson-0.47.0.tar.gz) = 0d90c75a0be70a55b3da7239a25be2ba573054e1
-SHA512 (meson-0.47.0.tar.gz) = 02a9aa481c6cce011be9bd3ada523c45f503c70c1c6c8c826241c16a84c8ccbb06de2caced8c748850c24b7a696705c8c72847f935fd720edbd286235390fd94
-Size (meson-0.47.0.tar.gz) = 1246932 bytes
+SHA1 (meson-0.47.2.tar.gz) = 58278fa1e65d4e9197b8e3ca8c3ca2bc4d8283d2
+RMD160 (meson-0.47.2.tar.gz) = 6941232c36102c9d5b7ebd4b42e38aca7d3a67d2
+SHA512 (meson-0.47.2.tar.gz) = 9d7cea6151b99dff0c34d72b63473aecf7565636ba2b48d9fe86ce25372d1c71a834654f4745ae29e0fcacffcad806a1f6d937bcf5fe88cd9b16b72bf2d62112
+Size (meson-0.47.2.tar.gz) = 1267957 bytes
 SHA1 (patch-mesonbuild_compilers_____init____.py) = b893759a6fa135f2da606ea487848701dbba037d
 SHA1 (patch-mesonbuild_compilers_compilers.py) = ab44b1672b2d1cc6258b74590ac6bbf0fe502066
 SHA1 (patch-mesonbuild_environment.py) = 08957ccc7ee55f9d5b7f965309bbe5ad38aa23ce



Home | Main Index | Thread Index | Old Index