diff options
author | Matt Housh <jaeger@crux.ninja> | 2020-11-14 15:11:33 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2020-11-14 15:11:33 -0600 |
commit | 71e00d88efd371016987ec327ff80f68a99ca276 (patch) | |
tree | 94677bf2abe9adb3b1c338268a7f968da9a508cb /python3-dnspython | |
parent | 79945f16dd470e72516c67568eb4e356a5d8d196 (diff) | |
parent | 145b859b2549fb1fe4eb16a6dc0f9807d2f1b462 (diff) | |
download | contrib-71e00d88efd371016987ec327ff80f68a99ca276.tar.gz contrib-71e00d88efd371016987ec327ff80f68a99ca276.tar.xz |
Merge branch '3.5' into 3.6
Diffstat (limited to 'python3-dnspython')
-rw-r--r-- | python3-dnspython/.signature | 4 | ||||
-rw-r--r-- | python3-dnspython/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python3-dnspython/.signature b/python3-dnspython/.signature index ab57aa033..c37b1c796 100644 --- a/python3-dnspython/.signature +++ b/python3-dnspython/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF35pTpUYy7gPGYZGIrEb2fuXQ8WfmoKqcfA9Kqk4JwrywF3Q4GrfnwF4fZtX692MtnGVdpC37sYoKkNT5mZcuqws= -SHA256 (Pkgfile) = 3363cebccead686fcca2bd6288c401caad86d5645459ce66168eb17abd6ee006 +RWSagIOpLGJF3+f0hpVOU07+a8MfbMnf0bf33wWBph8Fau4lqdFJyvQ4pheZSGWhT6jjRtmssl7UGjCQXbhNNATUxnTvxemQaQg= +SHA256 (Pkgfile) = 4e0cf56e1ebec5976104964453aabf0bd01bc6f0658bf71a44cda60eeb143406 SHA256 (.footprint) = fdc53cf5496ae74770bf1b5bba5423527d5a043fd8069fb0e2ce41ddddf42cf8 SHA256 (dnspython-2.0.0.zip) = 044af09374469c3a39eeea1a146e8cac27daec951f1f1f157b1962fc7cb9d1b7 diff --git a/python3-dnspython/Pkgfile b/python3-dnspython/Pkgfile index 37ed8bc46..dc0ab38c3 100644 --- a/python3-dnspython/Pkgfile +++ b/python3-dnspython/Pkgfile @@ -10,8 +10,8 @@ source=(https://pypi.python.org/packages/source/d/dnspython/dnspython-$version.z build() { cd dnspython-$version - python3 setup.py build - python3 setup.py install \ + /usr/bin/python3 setup.py build + /usr/bin/python3 setup.py install \ --root=$PKG \ --optimize=1 \ --skip-build |