[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-txgithub

File: [cvs.NetBSD.org] / pkgsrc / devel / py-txgithub / Attic / Makefile (download)

Revision 1.3, Tue Jan 4 20:53:46 2022 UTC (2 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -2 lines

*: bump PKGREVISION for egg.mk users

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

# $NetBSD: Makefile,v 1.3 2022/01/04 20:53:46 wiz Exp $

DISTNAME=	txgithub-15.0.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
PKGREVISION=	2
CATEGORIES=	devel net python
MASTER_SITES=	${MASTER_SITE_PYPI:=t/txgithub/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/tomprince/txgithub
COMMENT=	GitHub API client using Twisted
LICENSE=	mit

DEPENDS+=	${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
DEPENDS+=	${PYPKGPREFIX}-twisted>=12.3.0:../../net/py-twisted

USE_LANGUAGES=	# none

post-install:
	cd ${DESTDIR}${PREFIX}/bin && \
		${MV} get-github-token get-github-token-${PYVERSSUFFIX} && \
		${MV} gist gist-${PYVERSSUFFIX} || ${TRUE}

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