forked from Lainports/freebsd-ports
Currently a no-op, but in the future outputs the correct setuptools port depending on whether USES_PYTHON=distutils is specified. With hat: python PR: 270510, 270358
25 lines
578 B
Makefile
25 lines
578 B
Makefile
PORTNAME= pytweening
|
|
DISTVERSION= 1.0.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= A collection of tweening or easing functions
|
|
WWW= https://github.com/asweigart/pytweening
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
|
${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
|
|
|
USES= dos2unix python
|
|
USE_PYTHON= autoplist pep517
|
|
|
|
DOS2UNIX_GLOB= *.py
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|