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: Wed Aug 15 11:23:08 UTC 2018
Modified Files:
pkgsrc/devel/py-editorconfig-core: Makefile PLIST distinfo
pkgsrc/devel/py-editorconfig-core/patches: patch-setup.py
Log Message:
py-editorconfig-core: updated to 0.12.2
0.12.2:
Unknown changes.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-editorconfig-core/Makefile \
pkgsrc/devel/py-editorconfig-core/PLIST \
pkgsrc/devel/py-editorconfig-core/distinfo
cvs rdiff -u -r1.1 -r1.2 \
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.1 pkgsrc/devel/py-editorconfig-core/Makefile:1.2
--- pkgsrc/devel/py-editorconfig-core/Makefile:1.1 Fri Apr 14 12:18:31 2017
+++ pkgsrc/devel/py-editorconfig-core/Makefile Wed Aug 15 11:23:08 2018
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/04/14 12:18:31 leot Exp $
+# $NetBSD: Makefile,v 1.2 2018/08/15 11:23:08 adam Exp $
-VERSION= 0.12.1
-DISTNAME= EditorConfig-${VERSION}
-PKGNAME= ${PYPKGPREFIX}-editorconfig-core-${VERSION}
-CATEGORIES= devel
+DISTNAME= EditorConfig-0.12.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/EditorConfig/editorconfig-core/}
+CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=E/EditorConfig/}
MAINTAINER= nros%users.sourceforge.net@localhost
Index: pkgsrc/devel/py-editorconfig-core/PLIST
diff -u pkgsrc/devel/py-editorconfig-core/PLIST:1.1 pkgsrc/devel/py-editorconfig-core/PLIST:1.2
--- pkgsrc/devel/py-editorconfig-core/PLIST:1.1 Fri Apr 14 12:18:31 2017
+++ pkgsrc/devel/py-editorconfig-core/PLIST Wed Aug 15 11:23:08 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/04/14 12:18:31 leot Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/08/15 11:23:08 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -24,9 +24,6 @@ ${PYSITELIB}/editorconfig/ini.pyo
${PYSITELIB}/editorconfig/main.py
${PYSITELIB}/editorconfig/main.pyc
${PYSITELIB}/editorconfig/main.pyo
-${PYSITELIB}/editorconfig/odict.py
-${PYSITELIB}/editorconfig/odict.pyc
-${PYSITELIB}/editorconfig/odict.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.1 pkgsrc/devel/py-editorconfig-core/distinfo:1.2
--- pkgsrc/devel/py-editorconfig-core/distinfo:1.1 Fri Apr 14 12:18:31 2017
+++ pkgsrc/devel/py-editorconfig-core/distinfo Wed Aug 15 11:23:08 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2017/04/14 12:18:31 leot Exp $
+$NetBSD: distinfo,v 1.2 2018/08/15 11:23:08 adam Exp $
-SHA1 (EditorConfig-0.12.1.tar.gz) = c5057a20dd8f3af3136679e88057de9f6284b46a
-RMD160 (EditorConfig-0.12.1.tar.gz) = 8c050fdca3beb02df8219e7ebe33700fa84eb592
-SHA512 (EditorConfig-0.12.1.tar.gz) = d31abc261c3f2e17582d3c5ef549fd2f2292588d8a4549eb98d80693cf94a50078047d95892164a71043375f6c5596152ac62e04e854d78458cfb1183030669f
-Size (EditorConfig-0.12.1.tar.gz) = 19282 bytes
-SHA1 (patch-setup.py) = 8691aa55ccf1662163281ee61d8fb8d5a6956fba
+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
Index: pkgsrc/devel/py-editorconfig-core/patches/patch-setup.py
diff -u pkgsrc/devel/py-editorconfig-core/patches/patch-setup.py:1.1 pkgsrc/devel/py-editorconfig-core/patches/patch-setup.py:1.2
--- pkgsrc/devel/py-editorconfig-core/patches/patch-setup.py:1.1 Fri Apr 14 12:18:31 2017
+++ pkgsrc/devel/py-editorconfig-core/patches/patch-setup.py Wed Aug 15 11:23:08 2018
@@ -1,14 +1,14 @@
-$NetBSD: patch-setup.py,v 1.1 2017/04/14 12:18:31 leot Exp $
+$NetBSD: patch-setup.py,v 1.2 2018/08/15 11:23:08 adam Exp $
* remove non-versioned file. The console command for editorconfig-core
is in the editorconfig-core package. Removing this file removes the
conflict that this package would have with the editorconfig-core
package.
---- setup.py.orig 2014-11-19 19:02:21.000000000 +0000
+--- setup.py.orig 2018-04-17 03:59:54.000000000 +0000
+++ setup.py
-@@ -10,11 +10,6 @@ setup(
- license='LICENSE.txt',
+@@ -11,11 +11,6 @@ setup(
+ license='python',
description='EditorConfig File Locator and Interpreter for Python',
long_description=open('README.rst').read(),
- entry_points = {
@@ -17,5 +17,5 @@ $NetBSD: patch-setup.py,v 1.1 2017/04/14
- ]
- },
classifiers=[
+ 'License :: OSI Approved :: Python Software Foundation License',
'Operating System :: OS Independent',
- 'Programming Language :: Python',
Home |
Main Index |
Thread Index |
Old Index