Commit Graph

17 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
98a0b6b0e2 Update to 1.1.2
Changes:	https://github.com/bmc/munkres/blob/master/CHANGELOG.md
2019-02-17 19:40:03 +00:00
Sunpoet Po-Chuan Hsieh
e609a7cbb9 Update to 1.1.1
Changes:	https://github.com/bmc/munkres/blob/master/CHANGELOG.md
2019-02-16 22:54:11 +00:00
Sunpoet Po-Chuan Hsieh
c737895cad Update to 1.0.12
Changes:	https://github.com/bmc/munkres/blob/master/CHANGELOG.md
2019-01-23 00:01:34 +00:00
Sunpoet Po-Chuan Hsieh
03350799a5 Update to 1.0.11
- Update LICENSE
- Add NO_ARCH
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/bmc/munkres/blob/master/CHANGELOG.md
2018-10-30 19:54:13 +00:00
Mark Felder
bf44443d13 Reset maintainer on my python ports 2018-10-02 19:06:16 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Mark Felder
0be86fb357 math/py-munkres: Update to 1.0.7 2015-12-08 17:27:27 +00:00
Mark Felder
f7f3a97a4d Update "BSD" license in math category 2014-12-07 16:31:50 +00:00
Marcus von Appen
214bd533a7 - Convert ports of math/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 16:54:54 +00:00
Jimmy Olgeni
168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
2014-07-07 15:31:01 +00:00
Mark Felder
ff3d558ddc Support STAGE
Approved by:	swills (mentor, implicit)
2014-01-28 12:49:19 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Mark Felder
35c53153e4 Fix my email address again, using proper @FreeBSD.org styling
Approved by:	swills (mentor)
2013-07-29 15:03:58 +00:00
Mark Felder
cd4fd7cb34 Update my email address throughout the tree
Approved by:	swills (mentor)
2013-07-25 11:30:01 +00:00
Steve Wills
c08b6bf509 - Fix missing python package prefix
PR:		ports/178545
Submitted by:	Mark Felder <feld@feld.me> (maintainer)
2013-05-20 01:03:43 +00:00
Steve Wills
dcf6873176 - Use CHEESESHOP not github for python things found in pypi
- Created by header should use space not tab

PR:		ports/176304
Submitted by:	Mark Felder <feld@feld.me> (maintainer)
2013-02-24 21:06:23 +00:00
Martin Wilke
0cae0af4b1 A python implementation of the munkres algorithm
WWW: http://software.clapper.org/munkres/

PR:		ports/176068
Submitted by:	Mark Felder <feld@feld.me>
2013-02-15 02:53:43 +00:00