pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/py-arabic-reshaper



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan  5 08:58:37 UTC 2022

Modified Files:
        pkgsrc/converters/py-arabic-reshaper: Makefile

Log Message:
py-arabic-reshaper: setuptools is a build tool

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/converters/py-arabic-reshaper/Makefile

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

Modified files:

Index: pkgsrc/converters/py-arabic-reshaper/Makefile
diff -u pkgsrc/converters/py-arabic-reshaper/Makefile:1.2 pkgsrc/converters/py-arabic-reshaper/Makefile:1.3
--- pkgsrc/converters/py-arabic-reshaper/Makefile:1.2   Tue Jan  4 20:52:39 2022
+++ pkgsrc/converters/py-arabic-reshaper/Makefile       Wed Jan  5 08:58:37 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2022/01/04 20:52:39 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/05 08:58:37 wiz Exp $
 
 DISTNAME=      arabic_reshaper-2.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    converters python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/arabic-reshaper/}
 
@@ -12,7 +12,6 @@ COMMENT=      Reconstruct Arabic sentences
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
-DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} == 27



Home | Main Index | Thread Index | Old Index