pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-semantic_version



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 23 09:04:19 UTC 2018

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

Log Message:
py-semantic_version: small fixes to Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-semantic_version/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-semantic_version/Makefile
diff -u pkgsrc/devel/py-semantic_version/Makefile:1.1 pkgsrc/devel/py-semantic_version/Makefile:1.2
--- pkgsrc/devel/py-semantic_version/Makefile:1.1       Sun Oct 21 19:51:41 2018
+++ pkgsrc/devel/py-semantic_version/Makefile   Tue Oct 23 09:04:19 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2018/10/21 19:51:41 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2018/10/23 09:04:19 adam Exp $
 
 DISTNAME=      semantic_version-2.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/semantic_version/}
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -10,5 +10,7 @@ HOMEPAGE=     https://github.com/rbarrois/py
 COMMENT=       Semantic version comparison for Python
 LICENSE=       2-clause-bsd
 
+USE_LANGUAGES= # none
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index