Bug 188622 - [PATCH] databases/py-sqlparse: stage
Summary: [PATCH] databases/py-sqlparse: stage
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-14 18:10 UTC by Bartek Rutkowski
Modified: 2014-04-15 16:40 UTC (History)
1 user (show)

See Also:


Attachments
py-sqlparse-0.1.2.patch (499 bytes, patch)
2014-04-14 18:10 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-04-14 18:10:00 UTC
- Stage
- Add LICENSE
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-sqlparse/0.1.2/

Port maintainer (roland@micite.net) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-14 18:10:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-14 18:10:06 UTC
Maintainer of databases/py-sqlparse,

Please note that PR ports/188622 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/188622

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

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-04-15 16:29:52 UTC
Author: swills
Date: Tue Apr 15 15:29:47 2014
New Revision: 351343
URL: http://svnweb.freebsd.org/changeset/ports/351343
QAT: https://qat.redports.org/buildarchive/r351343/

Log:
  - Stage [1]
  - Add LICENSE [1]
  - Pet portlint [1]
  - Avoid deprecated USE_PYDISTUTILS=easy_install
  - Switch to automatic PLIST
  - Bump PORTREVISION due to package change
  
  PR:		ports/188622 [1]
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com> [1]
  Approved by:	portmgr@ (blanket)

Deleted:
  head/databases/py-sqlparse/pkg-plist
Modified:
  head/databases/py-sqlparse/Makefile

Modified: head/databases/py-sqlparse/Makefile
==============================================================================
--- head/databases/py-sqlparse/Makefile	Tue Apr 15 15:21:24 2014	(r351342)
+++ head/databases/py-sqlparse/Makefile	Tue Apr 15 15:29:47 2014	(r351343)
@@ -3,17 +3,20 @@
 
 PORTNAME=	sqlparse
 PORTVERSION=	0.1.2
+PORTREVISION=	1
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	roland@micite.net
-COMMENT=	A non-validating SQL parser for Python
+COMMENT=	Non-validating SQL parser for Python
+
+LICENSE=	BSD3CLAUSE
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|distutils.core|setuptools|g' ${WRKSRC}/setup.py
 
_______________________________________________
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 5 Steve Wills freebsd_committer freebsd_triage 2014-04-15 16:30:00 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!