summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-05 08:58:37 +0000
committerwiz <wiz@pkgsrc.org>2022-01-05 08:58:37 +0000
commitc767c378c916c8eab2abdbd475465ca3d79e5d40 (patch)
tree37c686a45dcbc48cd1f5669eb63756772bc28506 /converters
parent45ebf4d06eb7e9b034366ff5ec67aa9286a95a8f (diff)
downloadpkgsrc-c767c378c916c8eab2abdbd475465ca3d79e5d40.tar.gz
py-arabic-reshaper: setuptools is a build tool
Bump PKGREVISION.
Diffstat (limited to 'converters')
-rw-r--r--converters/py-arabic-reshaper/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/py-arabic-reshaper/Makefile b/converters/py-arabic-reshaper/Makefile
index 663edcd5fde..19d53d43374 100644
--- a/converters/py-arabic-reshaper/Makefile
+++ b/converters/py-arabic-reshaper/Makefile
@@ -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