pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-editorconfig-core



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Mar 20 18:55:52 UTC 2021

Modified Files:
        pkgsrc/devel/py-editorconfig-core: Makefile PLIST distinfo
Added Files:
        pkgsrc/devel/py-editorconfig-core: ALTERNATIVES
Removed Files:
        pkgsrc/devel/py-editorconfig-core/patches: patch-setup.py

Log Message:
py-editorconfig-core: updated to 0.12.3

0.12.3:
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-editorconfig-core/ALTERNATIVES
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-editorconfig-core/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-editorconfig-core/PLIST \
    pkgsrc/devel/py-editorconfig-core/distinfo
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/devel/py-editorconfig-core/patches/patch-setup.py

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-editorconfig-core/Makefile
diff -u pkgsrc/devel/py-editorconfig-core/Makefile:1.3 pkgsrc/devel/py-editorconfig-core/Makefile:1.4
--- pkgsrc/devel/py-editorconfig-core/Makefile:1.3      Sun Jan 26 17:31:02 2020
+++ pkgsrc/devel/py-editorconfig-core/Makefile  Sat Mar 20 18:55:52 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/01/26 17:31:02 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2021/03/20 18:55:52 adam Exp $
 
-DISTNAME=      EditorConfig-0.12.2
+DISTNAME=      EditorConfig-0.12.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/EditorConfig/editorconfig-core/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=E/EditorConfig/}
@@ -12,5 +12,9 @@ LICENSE=      python-software-foundation AND 
 
 USE_LANGUAGES= # none
 
+post-install:
+       cd ${DESTDIR}${PREFIX}/bin && \
+       ${MV} editorconfig editorconfig-${PYVERSSUFFIX} || ${TRUE}
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-editorconfig-core/PLIST
diff -u pkgsrc/devel/py-editorconfig-core/PLIST:1.2 pkgsrc/devel/py-editorconfig-core/PLIST:1.3
--- pkgsrc/devel/py-editorconfig-core/PLIST:1.2 Wed Aug 15 11:23:08 2018
+++ pkgsrc/devel/py-editorconfig-core/PLIST     Sat Mar 20 18:55:52 2021
@@ -1,11 +1,16 @@
-@comment $NetBSD: PLIST,v 1.2 2018/08/15 11:23:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/03/20 18:55:52 adam Exp $
+bin/editorconfig-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/editorconfig/__init__.py
 ${PYSITELIB}/editorconfig/__init__.pyc
 ${PYSITELIB}/editorconfig/__init__.pyo
+${PYSITELIB}/editorconfig/__main__.py
+${PYSITELIB}/editorconfig/__main__.pyc
+${PYSITELIB}/editorconfig/__main__.pyo
 ${PYSITELIB}/editorconfig/compat.py
 ${PYSITELIB}/editorconfig/compat.pyc
 ${PYSITELIB}/editorconfig/compat.pyo
@@ -21,9 +26,9 @@ ${PYSITELIB}/editorconfig/handler.pyo
 ${PYSITELIB}/editorconfig/ini.py
 ${PYSITELIB}/editorconfig/ini.pyc
 ${PYSITELIB}/editorconfig/ini.pyo
-${PYSITELIB}/editorconfig/main.py
-${PYSITELIB}/editorconfig/main.pyc
-${PYSITELIB}/editorconfig/main.pyo
+${PYSITELIB}/editorconfig/version.py
+${PYSITELIB}/editorconfig/version.pyc
+${PYSITELIB}/editorconfig/version.pyo
 ${PYSITELIB}/editorconfig/versiontools.py
 ${PYSITELIB}/editorconfig/versiontools.pyc
 ${PYSITELIB}/editorconfig/versiontools.pyo
Index: pkgsrc/devel/py-editorconfig-core/distinfo
diff -u pkgsrc/devel/py-editorconfig-core/distinfo:1.2 pkgsrc/devel/py-editorconfig-core/distinfo:1.3
--- pkgsrc/devel/py-editorconfig-core/distinfo:1.2      Wed Aug 15 11:23:08 2018
+++ pkgsrc/devel/py-editorconfig-core/distinfo  Sat Mar 20 18:55:52 2021
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/08/15 11:23:08 adam Exp $
+$NetBSD: distinfo,v 1.3 2021/03/20 18:55:52 adam Exp $
 
-SHA1 (EditorConfig-0.12.2.tar.gz) = 2a382d04ee96250215907ce51a3673702aa3f283
-RMD160 (EditorConfig-0.12.2.tar.gz) = 0ec10caa53f774a304a382a438f2e15094a5797d
-SHA512 (EditorConfig-0.12.2.tar.gz) = 15648904683e04b68966651ebf2046b60473a47a408dff257d64d06b6c0cc6765882ebf5ec0e0ccaf5dc7e78e93b5f9bdf129ae0e2a23f7f489cb50c9ae3ff16
-Size (EditorConfig-0.12.2.tar.gz) = 13485 bytes
-SHA1 (patch-setup.py) = 3bb4f2bab462c3acb29df8c417760b818e0c9fd0
+SHA1 (EditorConfig-0.12.3.tar.gz) = ce0d6b76a57b4de11e5037173d8907dec7253560
+RMD160 (EditorConfig-0.12.3.tar.gz) = 458973a038828fe7b166d7b11c36e9cb7cf786fb
+SHA512 (EditorConfig-0.12.3.tar.gz) = 2cb909559dbcf0debab1ee41104dcfdede22aa5e74fcba6ad7b6d5317249ccf7f78b14b4bca4c75d8c4d4c226f5ea18349504fb07eff90ee8e157d67482a99f8
+Size (EditorConfig-0.12.3.tar.gz) = 13329 bytes

Added files:

Index: pkgsrc/devel/py-editorconfig-core/ALTERNATIVES
diff -u /dev/null pkgsrc/devel/py-editorconfig-core/ALTERNATIVES:1.1
--- /dev/null   Sat Mar 20 18:55:52 2021
+++ pkgsrc/devel/py-editorconfig-core/ALTERNATIVES      Sat Mar 20 18:55:52 2021
@@ -0,0 +1 @@
+bin/editorconfig @PREFIX@/bin/editorconfig-@PYVERSSUFFIX@



Home | Main Index | Thread Index | Old Index