git: 2e3fc4b99b54 - main - graphics/py-pyvips: Fix *_DEPENDS
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Sep 27 15:58:44 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2e3fc4b99b544406d065ff5421740a91779739b6
commit 2e3fc4b99b544406d065ff5421740a91779739b6
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-27 15:37:32 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-27 15:55:52 +0000
graphics/py-pyvips: Fix *_DEPENDS
- Sort *_DEPENDS
- Update WWW
- Bump PORTREVISION for dependency change
- Take maintainership
---
graphics/py-pyvips/Makefile | 16 ++++++++--------
graphics/py-pyvips/pkg-descr | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/graphics/py-pyvips/Makefile b/graphics/py-pyvips/Makefile
index b3eb7e6795e1..2357eb9ce9ed 100644
--- a/graphics/py-pyvips/Makefile
+++ b/graphics/py-pyvips/Makefile
@@ -2,25 +2,25 @@
PORTNAME= pyvips
PORTVERSION= 2.1.15
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Binding for the libvips image processing library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py-pytest-runner@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}cffi>=1.13:devel/py-cffi@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.13:devel/py-cffi@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.13:devel/py-cffi@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0,1:devel/py-pkgconfig@${PY_FLAVOR}
LIB_DEPENDS= libvips.so:graphics/vips
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.13:devel/py-cffi@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0,1:devel/py-pkgconfig@${PY_FLAVOR}
-USES= gnome pkgconfig python:3.6+
-
+USES= gnome python:3.6+
USE_GNOME= glib20
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>
diff --git a/graphics/py-pyvips/pkg-descr b/graphics/py-pyvips/pkg-descr
index dd59888cb1ba..0892528cbbfa 100644
--- a/graphics/py-pyvips/pkg-descr
+++ b/graphics/py-pyvips/pkg-descr
@@ -1,3 +1,3 @@
This module wraps the libvips image processing library.
-WWW: https://pypi.org/project/pyvips/
+WWW: https://github.com/libvips/pyvips
More information about the dev-commits-ports-all
mailing list