Bug 217481 - devel/py-docopt: Create py3- variant, Set architecture neutral
Summary: devel/py-docopt: Create py3- variant, Set architecture neutral
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: Antoine Brodin
URL:
Keywords:
Depends on:
Blocks: 217484
  Show dependency treegraph
 
Reported: 2017-03-01 23:09 UTC by Danilo G. Baio
Modified: 2017-03-02 19:10 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (antoine)


Attachments
py-docopt-py3.patch (1.46 KB, patch)
2017-03-01 23:09 UTC, Danilo G. Baio
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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