pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-pytimeparse



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct  6 08:37:23 UTC 2020

Modified Files:
        pkgsrc/time/py-pytimeparse: Makefile

Log Message:
py-pytimeparse: cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/py-pytimeparse/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/py-pytimeparse/Makefile
diff -u pkgsrc/time/py-pytimeparse/Makefile:1.2 pkgsrc/time/py-pytimeparse/Makefile:1.3
--- pkgsrc/time/py-pytimeparse/Makefile:1.2     Sat Nov  2 16:28:41 2019
+++ pkgsrc/time/py-pytimeparse/Makefile Tue Oct  6 08:37:23 2020
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.2 2019/11/02 16:28:41 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2020/10/06 08:37:23 adam Exp $
 
-DISTNAME=              pytimeparse-1.1.8
-PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=            python time
-MASTER_SITES=          ${MASTER_SITE_PYPI:=p/pytimeparse/}
+DISTNAME=      pytimeparse-1.1.8
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    time python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytimeparse/}
 
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              https://timeparse.readthedocs.io/
-COMMENT=               Parse various kinds of time expressions
-LICENSE=               mit
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/wroberts/pytimeparse
+COMMENT=       Time expression parser
+LICENSE=       mit
+
+USE_LANGUAGES= # none
 
-.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index