tech-pkg archive

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

Re: heads up: please use USE_GITHUB=yes when packaging software hosted on GH



Githubify is greate. If converted, it helps to find the update info.
Thank you.

By the way, When I was trying to convert
  textproc/py-uritemplate
I'm a little bit confused. 

Attached change will fetch following URL and fails
uri-template-py-0.6.tar.gz https://github.com/uri-templates/uri-template-py/archive/0.6.tar.gz

Glad to hear the advice.
Thank you,
---
mef%NetBSD.org@localhost
Makoto Fujiwara, 

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/textproc/py-uritemplate/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	24 Nov 2014 14:06:12 -0000	1.1
+++ Makefile	11 May 2015 15:20:52 -0000
@@ -4,6 +4,9 @@
 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=	uri-template-py
+GITHUB_TAG=	0.6
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/uri-templates/uritemplate-py/


Home | Main Index | Thread Index | Old Index