Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2020 18:25:54 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524079 - head/devel/py-python-editor
Message-ID:  <202001251825.00PIPsTi071085@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jan 25 18:25:54 2020
New Revision: 524079
URL: https://svnweb.freebsd.org/changeset/ports/524079

Log:
  Update to 1.0.4
  
  - Add LICENSE
  - Update pkg-descr
  - Take maintainership
  
  Changes:	https://github.com/fmoo/python-editor/commits/master

Modified:
  head/devel/py-python-editor/Makefile
  head/devel/py-python-editor/distinfo   (contents, props changed)
  head/devel/py-python-editor/pkg-descr   (contents, props changed)

Modified: head/devel/py-python-editor/Makefile
==============================================================================
--- head/devel/py-python-editor/Makefile	Sat Jan 25 18:25:48 2020	(r524078)
+++ head/devel/py-python-editor/Makefile	Sat Jan 25 18:25:54 2020	(r524079)
@@ -2,17 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	python-editor
-PORTVERSION=	1.0.3
+PORTVERSION=	1.0.4
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Programmatically open an editor, capture the result
 
-NO_ARCH=	yes
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-python-editor/distinfo
==============================================================================
--- head/devel/py-python-editor/distinfo	Sat Jan 25 18:25:48 2020	(r524078)
+++ head/devel/py-python-editor/distinfo	Sat Jan 25 18:25:54 2020	(r524079)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485277871
-SHA256 (python-editor-1.0.3.tar.gz) = a3c066acee22a1c94f63938341d4fb374e3fdd69366ed6603d7b24bed1efc565
-SIZE (python-editor-1.0.3.tar.gz) = 6975
+TIMESTAMP = 1579945453
+SHA256 (python-editor-1.0.4.tar.gz) = 51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b
+SIZE (python-editor-1.0.4.tar.gz) = 7132

Modified: head/devel/py-python-editor/pkg-descr
==============================================================================
--- head/devel/py-python-editor/pkg-descr	Sat Jan 25 18:25:48 2020	(r524078)
+++ head/devel/py-python-editor/pkg-descr	Sat Jan 25 18:25:54 2020	(r524079)
@@ -1,3 +1,4 @@
-Programmatically open an editor, capture the result.
+python-editor is a library that provides the editor module for programmatically
+interfacing with your system’s $EDITOR.
 
 WWW: https://github.com/fmoo/python-editor



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001251825.00PIPsTi071085>