freebsd-ports/x11-toolkits/py-xlib/Makefile
Hiroki Tagato 704b8210b5 Update to 0.27
PR:		246933
Submitted by:	Eero Hänninen <fax@nohik.ee> (maintainer)
Approved by:	mentors (implicit)
Changelog:	https://github.com/python-xlib/python-xlib/releases/tag/0.26
		https://github.com/python-xlib/python-xlib/releases/tag/0.27
2020-06-07 09:03:46 +00:00

26 lines
674 B
Makefile

# Created by: Mike Meyer <mwm@mired.org>
# $FreeBSD$
PORTNAME= xlib
DISTVERSION= 0.27
CATEGORIES= x11-toolkits python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= fax@nohik.ee
COMMENT= X11 library for Python
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.7:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
USES= python tar:bz2
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>