This updates www/py-query to 1.4.3. This drops the python 2 flavor
since 1.4.1 was the last release to support python 2. Nothing uses
the python 2 flavor though.

All regression tests pass on amd64. It's only consumer, www/py-metallum,
doesn't have any regression tests.

ok?

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/py-query/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile    3 Jul 2020 21:13:20 -0000       1.3
+++ Makefile    13 Mar 2021 08:22:54 -0000
@@ -2,11 +2,9 @@
 
 COMMENT =              jquery-like library for python
 
-# 1.4.1 is the last release with python2 support
-MODPY_EGG_VERSION =    1.4.1
+MODPY_EGG_VERSION =    1.4.3
 DISTNAME =             pyquery-${MODPY_EGG_VERSION}
 PKGNAME =              py-query-${MODPY_EGG_VERSION}
-REVISION =             0
 
 CATEGORIES =           www
 
@@ -28,6 +26,6 @@ RUN_DEPENDS =         textproc/py-cssselect${MO
 TEST_DEPENDS =         www/py-webtest${MODPY_FLAVOR}
 
 FLAVORS =              python3
-FLAVOR ?=
+FLAVOR =               python3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/py-query/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    10 Feb 2020 14:52:45 -0000      1.2
+++ distinfo    13 Mar 2021 08:22:54 -0000
@@ -1,2 +1,2 @@
-SHA256 (pyquery-1.4.1.tar.gz) = j893xy49YCzhCgvU5l9X8JRcGOFWJ+SRMMJxctSTnZg=
-SIZE (pyquery-1.4.1.tar.gz) = 47983
+SHA256 (pyquery-1.4.3.tar.gz) = o4ju+2vEpVNQ3gMW+9l82pma5mm2dDrluZECulT1qnI=
+SIZE (pyquery-1.4.3.tar.gz) = 47448
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/py-query/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   14 Dec 2019 22:21:55 -0000      1.1.1.1
+++ pkg/PLIST   13 Mar 2021 08:22:54 -0000
@@ -1,4 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2019/12/14 22:21:55 kmos Exp $
+@pkgpath www/py-query
+@conflict py-query-*
 lib/python${MODPY_VERSION}/site-packages/pyquery/
 
lib/python${MODPY_VERSION}/site-packages/pyquery-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
 
lib/python${MODPY_VERSION}/site-packages/pyquery-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO

Reply via email to