pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-argparse



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun 30 13:03:45 UTC 2020

Modified Files:
        pkgsrc/devel/py-argparse: Makefile

Log Message:
py-argparse: add "python" to CATEGORIES


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-argparse/Makefile

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

Modified files:

Index: pkgsrc/devel/py-argparse/Makefile
diff -u pkgsrc/devel/py-argparse/Makefile:1.8 pkgsrc/devel/py-argparse/Makefile:1.9
--- pkgsrc/devel/py-argparse/Makefile:1.8       Thu Apr  6 06:33:57 2017
+++ pkgsrc/devel/py-argparse/Makefile   Tue Jun 30 13:03:45 2020
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.8 2017/04/06 06:33:57 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/06/30 13:03:45 adam Exp $
 
 DISTNAME=      argparse-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/argparse/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/ThomasWaldmann/argparse/
+HOMEPAGE=      https://github.com/ThomasWaldmann/argparse
 COMMENT=       Easy, declarative interface for creating command line tools
 LICENSE=       apache-2.0
 



Home | Main Index | Thread Index | Old Index