Bug 213194 - www/py-wsgidav: Updated to 2.0.0
Summary: www/py-wsgidav: Updated to 2.0.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Kurt Jaeger
URL: https://github.com/mar10/wsgidav/blob...
Keywords: easy, patch-ready
Depends on:
Blocks:
 
Reported: 2016-10-04 16:04 UTC by Ultima
Modified: 2016-10-04 19:31 UTC (History)
2 users (show)

See Also:


Attachments
wsgidav.diff (1.21 KB, patch)
2016-10-04 16:04 UTC, Ultima
Ultima1252: maintainer-approval+
Details | Diff
wsgidav.diff (1.20 KB, patch)
2016-10-04 18:23 UTC, Ultima
Ultima1252: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ultima 2016-10-04 16:04:05 UTC
Created attachment 175418 [details]
wsgidav.diff

This is an update to wsgidav. In this update I have added the runtime depends. python2.6 support was also dropped.

* Updated to 2.0.0
* Added runtime depends

 - Support Python 3
 - Drop support for Python 2.6
 - New options server and server_args
 - Removed ext_servers option
 - New command line option --server (defaults to cherrypy)
 - New command line option --no-config
 - Removed command line option -d use -vv instead


portlint -AC:
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
0 fatal errors and 1 warning found.


poudriere bulk -tC:
12amd64: Success
12i386: Success
11amd64: Success
11i386: Success
101amd64: Skipped: security/ca_root_nss build failed
101i386: Skipped: security/ca_root_nss build failed
93amd64: Skipped: security/ca_root_nss build failed
93i386: Skipped: security/ca_root_nss build failed
Comment 1 VK freebsd_triage 2016-10-04 16:13:30 UTC
Thanks for the patch. I'd suggest also adding LICENSE_FILE. Python 2.6 is no longer in FreeBSD ports, so you don't need to explicitly limit the python version range, if it works both with 2.x and 3.x branches.
Comment 2 Ultima 2016-10-04 18:23:02 UTC
Created attachment 175423 [details]
wsgidav.diff

(In reply to Vladimir Krstulja from comment #1)
Didn't realize 2.6 was removed, thanks.
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2016-10-04 19:31:32 UTC
Committed, thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-10-04 19:31:37 UTC
A commit references this bug:

Author: pi
Date: Tue Oct  4 19:31:32 UTC 2016
New revision: 423291
URL: https://svnweb.freebsd.org/changeset/ports/423291

Log:
  www/py-wsgidav: 1.2.0 -> 2.0.0

  - Updated to 2.0.0
  - Added runtime depends
  - Support Python 3
  - Drop support for Python 2.6
  - New options server and server_args
  - Removed ext_servers option
  - New command line option --server (defaults to cherrypy)
  - New command line option --no-config
  - Removed command line option -d use -vv instead

  PR:		213194
  Changes:	https://github.com/mar10/wsgidav/blob/master/CHANGELOG.md
  Submitted by:	Ultima1252@gmail.com (maintainer)

Changes:
  head/www/py-wsgidav/Makefile
  head/www/py-wsgidav/distinfo