File:  [cvs.NetBSD.org] / pkgsrc / devel / py-ruamel-ordereddict / Attic / Makefile
Revision 1.7: download - view: text, annotated - select for diffs
Tue Jan 4 20:53:37 2022 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, HEAD
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

# $NetBSD: Makefile,v 1.7 2022/01/04 20:53:37 wiz Exp $

DISTNAME=	ruamel.ordereddict-0.4.15
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/./-/1}
PKGREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=r/ruamel.ordereddict/}

MAINTAINER=	gde@llew.me
HOMEPAGE=	https://sourceforge.net/projects/ruamel-ordereddict/
COMMENT=	Version of dict that keeps keys in insertion resp. sorted order
LICENSE=	mit

PYTHON_VERSIONS_ACCEPTED=	27

do-test:
	cd ${WRKSRC}/test && ${PYTHONBIN} testordereddict.py

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>