pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-uritemplate Githubify. No binary change. T...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c42868375648
branches:  trunk
changeset: 651784:c42868375648
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue May 12 14:32:23 2015 +0000

description:
Githubify. No binary change. Thanks Leonardo Taccari and Tobias Nygren (tnn) for advice.

diffstat:

 textproc/py-uritemplate/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r f227bee0e7e3 -r c42868375648 textproc/py-uritemplate/Makefile
--- a/textproc/py-uritemplate/Makefile  Tue May 12 14:02:08 2015 +0000
+++ b/textproc/py-uritemplate/Makefile  Tue May 12 14:32:23 2015 +0000
@@ -1,9 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2014/11/24 14:06:12 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2015/05/12 14:32:23 mef Exp $
 
 DISTNAME=      uri-template-py-0.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-template-py/template/}
 CATEGORIES=    textproc www python
 MASTER_SITES=  https://github.com/uri-templates/uritemplate-py/archive/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=uri-templates/}
+GITHUB_PROJECT=        uritemplate-py
+GITHUB_TAG=    ${DISTNAME}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/uri-templates/uritemplate-py/
@@ -11,7 +14,6 @@
 LICENSE=       apache-2.0
 
 EGG_NAME=      uritemplate-${PKGVERSION_NOREV}
-WRKSRC=                ${WRKDIR}/uritemplate-py-${DISTNAME}
 
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index