File:  [cvs.NetBSD.org] / pkgsrc / math / py-roman / Makefile
Revision 1.18: download - view: text, annotated - select for diffs
Wed Apr 17 11:57:36 2024 UTC (12 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: HEAD
*: fix some CONFLICTS

Remove some that are for packages more than ten year old,
fix rest.

# $NetBSD: Makefile,v 1.18 2024/04/17 11:57:36 wiz Exp $

DISTNAME=	roman-4.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	math python
MASTER_SITES=	${MASTER_SITE_PYPI:=r/roman/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/zopefoundation/roman
COMMENT=	Integer to Roman numerals converter for Python
LICENSE=	zpl-2.1

USE_LANGUAGES=	# none

PYTHON_VERSIONS_INCOMPATIBLE=	27

USE_PKG_RESOURCES=	yes

post-install:
	cd ${DESTDIR}${PREFIX}/bin && \
	${MV} roman roman-${PYVERSSUFFIX} || ${TRUE}

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

CVSweb <webmaster@jp.NetBSD.org>