Bug 217467 - textproc/py-snowballstemmer: Create py3- variant
Summary: textproc/py-snowballstemmer: Create py3- variant
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: Kris Moore
URL:
Keywords:
Depends on: 217466
Blocks: 217475
  Show dependency treegraph
 
Reported: 2017-03-01 22:32 UTC by Danilo G. Baio
Modified: 2017-03-08 12:52 UTC (History)
0 users

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


Attachments
py-snowballstemmer-py3.patch (1.51 KB, patch)
2017-03-01 22:32 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 22:32:21 UTC
Created attachment 180406 [details]
py-snowballstemmer-py3.patch

- Create python3 version of textproc/py-snowballstemmer
- Use options helpers

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

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

[Q/A]

portlint (textproc/py-snowballstemmer): OK (looks fine.)

testport (textproc/py-snowballstemmer and textproc/py3-snowballstemmer):
   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-08 12:49:35 UTC
A commit references this bug:

Author: kmoore
Date: Wed Mar  8 12:48:41 UTC 2017
New revision: 435683
URL: https://svnweb.freebsd.org/changeset/ports/435683

Log:
  - Create python3 version of textproc/py-snowballstemmer
  - Use options helpers

  PR: 217467
  Submitted by: Danilo Baio <dbaio@bsd.com.br>

Changes:
  head/textproc/Makefile
  head/textproc/py-snowballstemmer/Makefile
  head/textproc/py3-snowballstemmer/
  head/textproc/py3-snowballstemmer/Makefile
Comment 2 Kris Moore freebsd_committer freebsd_triage 2017-03-08 12:52:20 UTC
Committed, thanks!