Tue Jan 17 11:54:39 2023 UTC ()
py-ldapdomaindump: updated to 0.9.4

0.9.4
Unknown changes


(adam)
diff -r1.7 -r1.8 pkgsrc/net/py-ldapdomaindump/Makefile
diff -r1.5 -r1.6 pkgsrc/net/py-ldapdomaindump/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/net/py-ldapdomaindump/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-ldapdomaindump/Makefile 2022/08/23 21:49:56 1.7
+++ pkgsrc/net/py-ldapdomaindump/Makefile 2023/01/17 11:54:39 1.8
@@ -1,28 +1,27 @@ @@ -1,28 +1,27 @@
1# $NetBSD: Makefile,v 1.7 2022/08/23 21:49:56 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2023/01/17 11:54:39 adam Exp $
2 2
3DISTNAME= ldapdomaindump-0.9.3 3DISTNAME= ldapdomaindump-0.9.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= net python 5CATEGORIES= net python
7MASTER_SITES= ${MASTER_SITE_PYPI:=l/ldapdomaindump/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=l/ldapdomaindump/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/dirkjanm/ldapdomaindump 9HOMEPAGE= https://github.com/dirkjanm/ldapdomaindump
11COMMENT= Collection of Python classes for working with network protocols 10COMMENT= Collection of Python classes for working with network protocols
12LICENSE= mit 11LICENSE= mit
13 12
14DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future 13DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
15DEPENDS+= ${PYPKGPREFIX}-ldap3>=2.6:../../databases/py-ldap3 14DEPENDS+= ${PYPKGPREFIX}-ldap3>=2.7:../../databases/py-ldap3
16 15
17USE_LANGUAGES= # none 16USE_LANGUAGES= # none
18 17
19PYTHON_VERSIONED_DEPENDENCIES= dns 18PYTHON_VERSIONED_DEPENDENCIES= dns
20 19
21post-install: 20post-install:
22.for bin in ldapdomaindump ldd2bloodhound ldd2pretty 21.for bin in ldapdomaindump ldd2bloodhound ldd2pretty
23 cd ${DESTDIR}${PREFIX}/bin && \ 22 cd ${DESTDIR}${PREFIX}/bin && \
24 ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE} 23 ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
25.endfor 24.endfor
26 25
27.include "../../lang/python/versioned_dependencies.mk" 26.include "../../lang/python/versioned_dependencies.mk"
28.include "../../lang/python/egg.mk" 27.include "../../lang/python/egg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/net/py-ldapdomaindump/distinfo (expand / switch to unified diff)

--- pkgsrc/net/py-ldapdomaindump/distinfo 2021/10/26 11:06:38 1.5
+++ pkgsrc/net/py-ldapdomaindump/distinfo 2023/01/17 11:54:39 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2021/10/26 11:06:38 nia Exp $ 1$NetBSD: distinfo,v 1.6 2023/01/17 11:54:39 adam Exp $
2 2
3BLAKE2s (ldapdomaindump-0.9.3.tar.gz) = 45153cf7a6b6ff32428ece32e5bc9271edfb135ed9cc245317ab4d3ef1e38c75 3BLAKE2s (ldapdomaindump-0.9.4.tar.gz) = 25d6f404cc181357272ae2a9217f7498f697656013d41354a6e99ed33430fa36
4SHA512 (ldapdomaindump-0.9.3.tar.gz) = b24083d271033e3c38e280d8cedd822ca503840716cd21361b1956595179dd6d67a9d75f0e3e4b47d8d21e313ee1f4e370d20c5453a3703ed370b75ba7d505e1 4SHA512 (ldapdomaindump-0.9.4.tar.gz) = c5f66dc73f77cae041329ac17018dfd82c155dc7c4cca3fed2175680baeb3797776488aab6199498eefc4869121f556ede8558c784e71f1ff9573dd9634abee9
5Size (ldapdomaindump-0.9.3.tar.gz) = 18745 bytes 5Size (ldapdomaindump-0.9.4.tar.gz) = 18933 bytes