1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/py-d2to1/Makefile
Kubilay Kocak 5bf618ff4a devel/py-d2to1: Update to 0.2.11 and modernise
- Enable STAGE support
- Enable AUTOPLIST, delete pkg-plist
- Deprecate easy_install target
- Update LICENSE (BSD3CLAUSE)

Changes: 0.2.10 (2013-04-10)

 * Replaced distribute_setup.py with ez_setup.py in order to bootstrap with
   modern setuptools when necessary.
 * Fixed a couple minor Python 3-specific issues. In particular the data_files
   option could be passed to setup() as a dict_items object instead of a list
   which is what would normally be expected.
 * Added a tox.ini (frankly I thought there already was one).
2014-02-01 11:24:30 +00:00

20 lines
394 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= d2to1
PORTVERSION= 0.2.11
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Distutils2-like setup.cfg files with setuptools setup.py
LICENSE= BSD3CLAUSE
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>