Bug 235966 - databases/py-sqlparse01: Remove port
Summary: databases/py-sqlparse01: Remove port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords: easy, needs-patch
Depends on:
Blocks:
 
Reported: 2019-02-23 18:16 UTC by Axel.Rau
Modified: 2019-02-28 21:38 UTC (History)
0 users

See Also:


Attachments
Patch to remove py-sqlparse01 (2.44 KB, patch)
2019-02-27 20:26 UTC, Axel.Rau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Axel.Rau 2019-02-23 18:16:59 UTC
This port is no longer needed by py-twext, it can be deleted.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2019-02-24 03:53:44 UTC
Clarify: py-twext now depends on databases/py-sqlparse020 (0.2.x branch), so databases/py-sqlparse01 (0.1.x branch) is no longer required

Also needs a MOVED entry
Comment 2 Axel.Rau 2019-02-27 20:26:05 UTC
Created attachment 202423 [details]
Patch to remove py-sqlparse01

Trying to provide a svn patch for removed port.
Comment 3 Axel.Rau 2019-02-27 20:28:34 UTC
Script of patch:

# svn remove py-sqlparse01
D         py-sqlparse01
D         py-sqlparse01/Makefile
D         py-sqlparse01/distinfo
D         py-sqlparse01/pkg-descr
# svn status
D       py-sqlparse01
# svn update
Updating '.':
At revision 494081.
# svn diff > ../`make -VPKGNAME`.diff


Patch for MOVED:

--- MOVED.orig	2019-02-27 20:03:19.891483000 +0000
+++ MOVED	2019-02-27 20:11:48.000000000 +0000
@@ -11640,3 +11640,4 @@
 graphics/glitz||2019-02-23|Development stopped in 2008, not depended on
 x11/xfree86_xkb_xml||2019-02-24|The project is discontinued
 devel/rtichoke|devel/radian|2019-02-26|Project is renamed
+databases/py-sqlparse01|2019-02-27|Removed: Use databases/py-sqlparse020, if you need sqlparse for py-twext
Comment 4 commit-hook freebsd_committer freebsd_triage 2019-02-28 21:36:57 UTC
A commit references this bug:

Author: sunpoet
Date: Thu Feb 28 21:36:17 UTC 2019
New revision: 494206
URL: https://svnweb.freebsd.org/changeset/ports/494206

Log:
  Remove databases/py-sqlparse01

  databases/py-sqlparse01 (0.1.x) is no longer needed since devel/py-twext depends on databases/py-sqlparse020 (0.2.0) now.

  PR:		235966
  Submitted by:	Axel Rau <axel.rau@chaos1.de>

Changes:
  head/MOVED
  head/databases/Makefile
  head/databases/py-sqlparse01/
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-02-28 21:38:16 UTC
Committed. Thanks!