Remove python2 FLAVOR, migrate to python3 by default.

the only consumer (py-fiona) is now python3 only so this one can go away.

ok sthen@ kmos@
This commit is contained in:
landry 2020-02-25 10:08:49 +00:00
parent 51bfd98689
commit 47c9e30845
2 changed files with 6 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.4 2019/07/12 20:46:55 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2020/02/25 10:08:49 landry Exp $
COMMENT = click params for command line interfaces to GeoJSON
MODPY_EGG_VERSION = 0.5.0
DISTNAME = cligj-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 0
REVISION = 1
CATEGORIES = geo
@ -17,7 +17,7 @@ MODPY_SETUPTOOLS = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR ?=
FLAVOR = python3
RUN_DEPENDS = devel/py-click${MODPY_FLAVOR}

View File

@ -1,4 +1,6 @@
@comment $OpenBSD: PLIST,v 1.2 2019/01/22 20:19:37 landry Exp $
@comment $OpenBSD: PLIST,v 1.3 2020/02/25 10:08:49 landry Exp $
@conflict py-cligj-*
@pkgpath geo/py-cligj
lib/python${MODPY_VERSION}/site-packages/cligj/
lib/python${MODPY_VERSION}/site-packages/cligj-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/cligj-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO