Bug 185961 - [PATCH] textproc/py-trans update to 2.0
Summary: [PATCH] textproc/py-trans update to 2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-21 10:00 UTC by Eero Hänninen
Modified: 2014-02-10 08:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.13 KB, patch)
2014-01-21 10:00 UTC, Eero Hänninen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eero Hänninen 2014-01-21 10:00:00 UTC
- support STAGEDIR
- update to version 2.0

release highlight:

  * Python 3 support
  * class Trans for create different tables spaces

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-21 10:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-21 10:00:09 UTC
Maintainer of textproc/py-trans,

Please note that PR ports/185961 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/185961

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-21 10:00:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2014-01-22 14:02:23 UTC
Responsible Changed
From-To: freebsd-python->culot

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-02-10 08:18:38 UTC
Author: culot
Date: Mon Feb 10 08:18:31 2014
New Revision: 343602
URL: http://svnweb.freebsd.org/changeset/ports/343602
QAT: https://qat.redports.org/buildarchive/r343602/

Log:
  - Update to 2.0
  - Support stagedir
  
  Changes:	https://pypi.python.org/pypi/trans#changelog
  PR:		ports/185961
  Submitted by:	Eero Hanninen <fax@nohik.ee>
  Approved by:	d.pryadko@rambler-co.ru (maintainer timeout, >14 days)

Modified:
  head/textproc/py-trans/Makefile
  head/textproc/py-trans/distinfo

Modified: head/textproc/py-trans/Makefile
==============================================================================
--- head/textproc/py-trans/Makefile	Mon Feb 10 08:03:59 2014	(r343601)
+++ head/textproc/py-trans/Makefile	Mon Feb 10 08:18:31 2014	(r343602)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	trans
-PORTVERSION=	1.5.1
+PORTVERSION=	2.0
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,13 +11,9 @@ COMMENT=	Module for performing translite
 
 LICENSE=	BSD
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/trans.py \
-		%%PYTHON_SITELIBDIR%%/trans.pyc \
-		%%PYTHON_SITELIBDIR%%/trans.pyo
-
 USE_BZIP2=	yes
-USE_PYTHON=	2
 USE_PYDISTUTILS=yes
+USE_PYTHON=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/py-trans/distinfo
==============================================================================
--- head/textproc/py-trans/distinfo	Mon Feb 10 08:03:59 2014	(r343601)
+++ head/textproc/py-trans/distinfo	Mon Feb 10 08:18:31 2014	(r343602)
@@ -1,2 +1,2 @@
-SHA256 (trans-1.5.1.tar.bz2) = f2fc01ceeefb4372df6f2c8e0f7a7548bb02c440203e0e8f70385ced9fe509da
-SIZE (trans-1.5.1.tar.bz2) = 6409
+SHA256 (trans-2.0.tar.bz2) = 77e444e908b4553c4c084d51357647f65398039f447ec8bb7cf90fa34fb1509d
+SIZE (trans-2.0.tar.bz2) = 7396
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Frederic Culot freebsd_committer freebsd_triage 2014-02-10 08:18:44 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!