fix Makefile entry for py-networkx and drop maintainership

This commit is contained in:
jasper 2020-11-05 18:34:46 +00:00
parent a64733fce7
commit 3c6465a4a1
2 changed files with 5 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.196 2020/10/18 20:41:25 daniel Exp $
# $OpenBSD: Makefile,v 1.197 2020/11/05 18:34:46 jasper Exp $
SUBDIR =
SUBDIR += 4ti2
@ -130,7 +130,7 @@
SUBDIR += py-h5py,python3
SUBDIR += py-mpmath
SUBDIR += py-mpmath,python3
SUBDIR += py-networkx
SUBDIR += py-networkx,python3
SUBDIR += py-netcdf4
SUBDIR += py-numexpr,python3
SUBDIR += py-numpy

View File

@ -1,18 +1,16 @@
# $OpenBSD: Makefile,v 1.3 2020/07/03 21:12:57 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2020/11/05 18:34:46 jasper Exp $
COMMENT = module for creating and manipulating graphs and networks
MODPY_EGG_VERSION = 2.3
DISTNAME = networkx-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 1
REVISION = 2
CATEGORIES = math
HOMEPAGE = https://networkx.github.io/
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes
@ -23,7 +21,7 @@ MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS= python3
FLAVOR= python3
FLAVOR ?= python3
RUN_DEPENDS = devel/py-decorator${MODPY_FLAVOR}>=4.3.0