pkgsrc-WIP-changes archive

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

py-editorconfig-core: delete, imported in pkgsrc as devel/py-editorconfig-core



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Apr 14 14:24:08 2017 +0200
Changeset:	3e257139a931d98a758d902ecddaec6250fb854f

Modified Files:
	Makefile
Removed Files:
	py-editorconfig-core/DESCR
	py-editorconfig-core/Makefile
	py-editorconfig-core/PLIST
	py-editorconfig-core/TODO
	py-editorconfig-core/distinfo
	py-editorconfig-core/patches/patch-setup.py

Log Message:
py-editorconfig-core: delete, imported in pkgsrc as devel/py-editorconfig-core

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3e257139a931d98a758d902ecddaec6250fb854f

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

diffstat:
 Makefile                                    |  1 -
 py-editorconfig-core/DESCR                  |  6 ------
 py-editorconfig-core/Makefile               | 17 ---------------
 py-editorconfig-core/PLIST                  | 32 -----------------------------
 py-editorconfig-core/TODO                   |  1 -
 py-editorconfig-core/distinfo               |  7 -------
 py-editorconfig-core/patches/patch-setup.py | 21 -------------------
 7 files changed, 85 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 8425d2ffed..9e1dc27c6e 100644
--- a/Makefile
+++ b/Makefile
@@ -2935,7 +2935,6 @@ SUBDIR+=	py-easymodeler
 SUBDIR+=	py-ecos
 SUBDIR+=	py-ecspy
 SUBDIR+=	py-editor
-SUBDIR+=	py-editorconfig-core
 SUBDIR+=	py-eemeter
 SUBDIR+=	py-embedc
 SUBDIR+=	py-emcee
diff --git a/py-editorconfig-core/DESCR b/py-editorconfig-core/DESCR
deleted file mode 100644
index c2621d2080..0000000000
--- a/py-editorconfig-core/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-Editorconfig python library. This library is used by editorconfig
-plugins written in python. Editorconfig reads .editorconfig files that
-define a coding style for a project. This allows the coding style to be
-set by the project instead of the developer. Then the developer does not
-have to change style between each project, the editor knows the coding
-style of a file that belongs to a certain project.
diff --git a/py-editorconfig-core/Makefile b/py-editorconfig-core/Makefile
deleted file mode 100644
index bfa2935df0..0000000000
--- a/py-editorconfig-core/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2014/11/19 20:12:29 nros Exp $
-
-VERSION=	0.12.1
-DISTNAME=	EditorConfig-${VERSION}
-PKGNAME=	${PYPKGPREFIX}-editorconfig-core-${VERSION}
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_PYPI:=E/EditorConfig/}
-
-MAINTAINER=	nros%users.sourceforge.net@localhost
-HOMEPAGE=	http://editorconfig.org/
-COMMENT=	Editorconfig python library
-LICENSE=	python-software-foundation AND modified-bsd
-
-USE_LANGUAGES=	# none
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-editorconfig-core/PLIST b/py-editorconfig-core/PLIST
deleted file mode 100644
index aca8d89a77..0000000000
--- a/py-editorconfig-core/PLIST
+++ /dev/null
@@ -1,32 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/editorconfig/__init__.py
-${PYSITELIB}/editorconfig/__init__.pyc
-${PYSITELIB}/editorconfig/__init__.pyo
-${PYSITELIB}/editorconfig/compat.py
-${PYSITELIB}/editorconfig/compat.pyc
-${PYSITELIB}/editorconfig/compat.pyo
-${PYSITELIB}/editorconfig/exceptions.py
-${PYSITELIB}/editorconfig/exceptions.pyc
-${PYSITELIB}/editorconfig/exceptions.pyo
-${PYSITELIB}/editorconfig/fnmatch.py
-${PYSITELIB}/editorconfig/fnmatch.pyc
-${PYSITELIB}/editorconfig/fnmatch.pyo
-${PYSITELIB}/editorconfig/handler.py
-${PYSITELIB}/editorconfig/handler.pyc
-${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/odict.py
-${PYSITELIB}/editorconfig/odict.pyc
-${PYSITELIB}/editorconfig/odict.pyo
-${PYSITELIB}/editorconfig/versiontools.py
-${PYSITELIB}/editorconfig/versiontools.pyc
-${PYSITELIB}/editorconfig/versiontools.pyo
diff --git a/py-editorconfig-core/TODO b/py-editorconfig-core/TODO
deleted file mode 100644
index 2623e73f6a..0000000000
--- a/py-editorconfig-core/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Test it with editorconfig plugins.
diff --git a/py-editorconfig-core/distinfo b/py-editorconfig-core/distinfo
deleted file mode 100644
index 3282fe703a..0000000000
--- a/py-editorconfig-core/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.3 2014/11/19 20:12:29 nros 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
diff --git a/py-editorconfig-core/patches/patch-setup.py b/py-editorconfig-core/patches/patch-setup.py
deleted file mode 100644
index 708e9b88bc..0000000000
--- a/py-editorconfig-core/patches/patch-setup.py
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-setup.py,v 1.2 2014/11/19 20:12:30 nros 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
-@@ -10,11 +10,6 @@ setup(
-     license='LICENSE.txt',
-     description='EditorConfig File Locator and Interpreter for Python',
-     long_description=open('README.rst').read(),
--    entry_points = {
--        'console_scripts': [
--            'editorconfig = editorconfig.main:main',
--        ]
--    },
-     classifiers=[
-         'Operating System :: OS Independent',
-         'Programming Language :: Python',


Home | Main Index | Thread Index | Old Index