pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-Unidecode



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Feb 26 10:55:46 UTC 2018

Modified Files:
        pkgsrc/textproc/py-Unidecode: Makefile

Log Message:
py-Unidecode: updated CATEGORIES and HOMEPAGE


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-Unidecode/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-Unidecode/Makefile
diff -u pkgsrc/textproc/py-Unidecode/Makefile:1.6 pkgsrc/textproc/py-Unidecode/Makefile:1.7
--- pkgsrc/textproc/py-Unidecode/Makefile:1.6   Sun Jan 28 16:36:59 2018
+++ pkgsrc/textproc/py-Unidecode/Makefile       Mon Feb 26 10:55:46 2018
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.6 2018/01/28 16:36:59 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/02/26 10:55:46 adam Exp $
 
 DISTNAME=      Unidecode-1.0.22
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    textproc
+CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=U/Unidecode/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/Unidecode/
+HOMEPAGE=      https://github.com/avian2/unidecode
 COMMENT=       ASCII transliterations of Unicode text
-LICENSE=       gnu-gpl-v2 # or newer
+LICENSE=       gnu-gpl-v2
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index