ports/opt (3.3): meson: don't depend on python3-setuptools but don't remove egg-info as that will break pip3 for meson, manually clean up footprint so no mising files appear
commit 6e7febdce19f8449e28e7fb6978b8df2f45fa674 Author: Danny Rawlins <monster.romster@gmail.com> Date: Fri Sep 29 12:16:26 2017 +1000 meson: don't depend on python3-setuptools but don't remove egg-info as that will break pip3 for meson, manually clean up footprint so no mising files appear diff --git a/meson/.footprint b/meson/.footprint index 9487efbe4..da0fdbc04 100644 --- a/meson/.footprint +++ b/meson/.footprint @@ -8,11 +8,6 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python3.6/ drwxr-xr-x root/root usr/lib/python3.6/site-packages/ -drwxr-xr-x root/root usr/lib/python3.6/site-packages/meson-0.42.1-py3.6.egg-info/ --rw-r--r-- root/root usr/lib/python3.6/site-packages/meson-0.42.1-py3.6.egg-info/PKG-INFO --rw-r--r-- root/root usr/lib/python3.6/site-packages/meson-0.42.1-py3.6.egg-info/SOURCES.txt --rw-r--r-- root/root usr/lib/python3.6/site-packages/meson-0.42.1-py3.6.egg-info/dependency_links.txt --rw-r--r-- root/root usr/lib/python3.6/site-packages/meson-0.42.1-py3.6.egg-info/top_level.txt drwxr-xr-x root/root usr/lib/python3.6/site-packages/mesonbuild/ -rw-r--r-- root/root usr/lib/python3.6/site-packages/mesonbuild/__init__.py (EMPTY) drwxr-xr-x root/root usr/lib/python3.6/site-packages/mesonbuild/__pycache__/ diff --git a/meson/.signature b/meson/.signature index f978bcfd6..9cff4a877 100644 --- a/meson/.signature +++ b/meson/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/RyprJDq7bR4Qk3fJw3eHLi9oZe7dpAAn3DrTZqeltxzidHsxRVsWTutcxxHxJebaXBVQxiReQ53xBRp2vKxFQk= -SHA256 (Pkgfile) = 6d61cceafb82a54f45f15767e3a4474a72c2efe9394c53eb84742966e7c6dd2a -SHA256 (.footprint) = 33dbd5208d4cc80471025221be4f0e9452c62d56cc58bf724ab0778329995681 +RWSE3ohX2g5d/QYFTfjUxLghK9wOWfIPqY0ESTedOICgbYGm3bieMqV+OYshOz4KAisajS63IFhwa2Y74/kfw8fHvRHnVI5jxwI= +SHA256 (Pkgfile) = cdabd8ac438e43be5d20ad0f04a54dd821c89feda000ce4c0ba5ae42cfbcc987 +SHA256 (.footprint) = 6e1c245071478a93786ed1e6ecdd758985cf36642be63e365b4ec7b382912e53 SHA256 (meson-0.42.1.tar.gz) = 30bdded6fefc48211d30818d96dd34aae56ee86ce9710476f501bd7695469c4b diff --git a/meson/Pkgfile b/meson/Pkgfile index 3e1dffafe..53b8e1eb2 100644 --- a/meson/Pkgfile +++ b/meson/Pkgfile @@ -1,7 +1,8 @@ # Description: High productivity build system. # URL: http://mesonbuild.com/ # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: python3-setuptools +# Depends on: python3 +# Optional: python3-setuptools name=meson version=0.42.1
participants (1)
-
crux@crux.nu