pkgsrc-WIP-changes archive

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

py-editor is now in pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Wed Sep 13 09:43:24 2017 -0700
Changeset:	444440d964bcc00cf2d6e62218d7e15101a4455a

Modified Files:
	Makefile
	py-alembic/Makefile
Removed Files:
	py-editor/DESCR
	py-editor/Makefile
	py-editor/PLIST
	py-editor/distinfo

Log Message:
py-editor is now in pkgsrc

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

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

diffstat:
 Makefile            |  1 -
 py-alembic/Makefile |  2 +-
 py-editor/DESCR     |  2 --
 py-editor/Makefile  | 14 --------------
 py-editor/PLIST     |  8 --------
 py-editor/distinfo  |  6 ------
 6 files changed, 1 insertion(+), 32 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 349f6b174f..c8d586a3d4 100644
--- a/Makefile
+++ b/Makefile
@@ -3074,7 +3074,6 @@ SUBDIR+=	py-easydev
 SUBDIR+=	py-easymodeler
 SUBDIR+=	py-ecos
 SUBDIR+=	py-ecspy
-SUBDIR+=	py-editor
 SUBDIR+=	py-eemeter
 SUBDIR+=	py-eigency
 SUBDIR+=	py-embedc
diff --git a/py-alembic/Makefile b/py-alembic/Makefile
index 315fe2ce5e..cb2159cc7c 100644
--- a/py-alembic/Makefile
+++ b/py-alembic/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	http://bitbucket.org/zzzeek/alembic
 COMMENT=	Database migration tool for SQLAlchemy
 LICENSE=	mit
 
-DEPENDS+=	${PYPKGPREFIX}-editor>=0.3:../../wip/py-editor
+DEPENDS+=	${PYPKGPREFIX}-editor>=0.3:../../editors/py-editor
 DEPENDS+=	${PYPKGPREFIX}-mako>=0.8.1:../../devel/py-mako
 DEPENDS+=	${PYPKGPREFIX}-nose>=1.3.0:../../devel/py-nose
 DEPENDS+=	${PYPKGPREFIX}-sqlalchemy>=0.9.8:../../databases/py-sqlalchemy
diff --git a/py-editor/DESCR b/py-editor/DESCR
deleted file mode 100644
index b19c26deea..0000000000
--- a/py-editor/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-editor is a Python module that opens an editor programmatically and
-captures the result.
diff --git a/py-editor/Makefile b/py-editor/Makefile
deleted file mode 100644
index 01d4627807..0000000000
--- a/py-editor/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	python-editor-1.0.3
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/python-//}
-CATEGORIES=	editors
-MASTER_SITES=	${MASTER_SITE_PYPI:=p/python-editor/}
-
-MAINTAINER=	minskim%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/fmoo/python-editor
-COMMENT=	Module to open an editor programmatically
-LICENSE=	apache-2.0
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-editor/PLIST b/py-editor/PLIST
deleted file mode 100644
index b0de3cf70e..0000000000
--- a/py-editor/PLIST
+++ /dev/null
@@ -1,8 +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}/editor.py
-${PYSITELIB}/editor.pyc
-${PYSITELIB}/editor.pyo
diff --git a/py-editor/distinfo b/py-editor/distinfo
deleted file mode 100644
index 71bf16e083..0000000000
--- a/py-editor/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (python-editor-1.0.3.tar.gz) = 018e3c55a09ce6ac6531e9337bfa29a252aacdc2
-RMD160 (python-editor-1.0.3.tar.gz) = 0fc050d9a7049274753f66b7f9d33a1a3e0a4945
-SHA512 (python-editor-1.0.3.tar.gz) = 258d1ea17ea1c09d8ef52d3b624cc17710559f4a8db3c64696f72aecfcc0830d3509dcdcc9d1ac272155b2aaab432edb7142b0a37f2c3263a2505bff940a3cab
-Size (python-editor-1.0.3.tar.gz) = 6975 bytes


Home | Main Index | Thread Index | Old Index