Bug 217481

Summary: devel/py-docopt: Create py3- variant, Set architecture neutral
Product: Ports & Packages Reporter: Danilo G. Baio <dbaio>
Component: Individual Port(s)Assignee: Antoine Brodin <antoine>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (antoine)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 217484    
Attachments:
Description Flags
py-docopt-py3.patch none

Description Danilo G. Baio freebsd_committer freebsd_triage 2017-03-01 23:09:19 UTC
Created attachment 180420 [details]
py-docopt-py3.patch

- Create python3 version of devel/py-docopt
- Set architecture neutral
- Add LICENSE_FILE

This new port is required to fulfill the Python 3+ dependencies to the new port gitsome.

I didn't include an entry in devel/Makefile for it not get conflicted with the other patches.

[Q/A]

portlint (devel/py-docopt): OK (looks fine.)

testport (devel/py-docopt and devel/py3-docopt):
   poudriere i386|amd64 10.3 p17     (OK)
   poudriere i386|amd64 11   p8      (OK)
   poudriere i386|amd64 12   r314365 (OK)
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-03-02 19:08:41 UTC
A commit references this bug:

Author: antoine
Date: Thu Mar  2 19:07:45 UTC 2017
New revision: 435294
URL: https://svnweb.freebsd.org/changeset/ports/435294

Log:
  - Add LICENSE_FILE
  - Mark architecture neutral
  - Use option helpers
  - Allow concurrent installation and create a slave port that uses default
    version of python3

  PR:		217481

Changes:
  head/devel/Makefile
  head/devel/py-docopt/Makefile
  head/devel/py3-docopt/
  head/devel/py3-docopt/Makefile
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2017-03-02 19:10:22 UTC
Patch committed with a few changes