<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/math/py-bitmath, branch 2021Q1</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2021Q1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2021Q1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2020-12-28T23:02:12Z</updated>
<entry>
<title>Drop python 2.7 support from a few ports</title>
<updated>2020-12-28T23:02:12Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2020-12-28T23:02:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=aa7a6c429ea62d972467d6755fa7a6f52256b452'/>
<id>urn:sha1:aa7a6c429ea62d972467d6755fa7a6f52256b452</id>
<content type='text'>
With hat:	portmgr
</content>
</entry>
<entry>
<title>math/py-bitmath: Unbreak with python-3 by upgrading to 1.3.3.1</title>
<updated>2020-08-14T05:48:57Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2020-08-14T05:48:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1a773ccd888db600c96f71a8ce424486914482b9'/>
<id>urn:sha1:1a773ccd888db600c96f71a8ce424486914482b9</id>
<content type='text'>
1.2.3 was python-2 version

Approved by:	portmgr (blanket; unbreak)
</content>
</entry>
<entry>
<title>Deprecate a few ports</title>
<updated>2020-02-23T15:25:53Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2020-02-23T15:25:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=41a5348a3b6a9d16a7808a76f3b3935dbdb9eb49'/>
<id>urn:sha1:41a5348a3b6a9d16a7808a76f3b3935dbdb9eb49</id>
<content type='text'>
With hat:	portmgr
</content>
</entry>
<entry>
<title>Use PY_FLAVOR for dependencies.</title>
<updated>2018-06-20T17:05:41Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2018-06-20T17:05:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4376dbbb58dab5a7bf7a8240ca39b562de78343b'/>
<id>urn:sha1:4376dbbb58dab5a7bf7a8240ca39b562de78343b</id>
<content type='text'>
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>Reduce dependency on the python2 metaport</title>
<updated>2018-02-19T11:10:43Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2018-02-19T11:10:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f7455240e3b2acb3cd4804dac9a3afe2582a0a96'/>
<id>urn:sha1:f7455240e3b2acb3cd4804dac9a3afe2582a0a96</id>
<content type='text'>
PR:		225752
Submitted by:	Yasuhiro KIMURA
</content>
</entry>
<entry>
<title>Convert Python ports to FLAVORS.</title>
<updated>2017-11-30T15:50:30Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2017-11-30T15:50:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=551be3c7231225ed9c26479af2b8914fb2ef0ea8'/>
<id>urn:sha1:551be3c7231225ed9c26479af2b8914fb2ef0ea8</id>
<content type='text'>
  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&gt;0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
</content>
</entry>
<entry>
<title>Convert tab after WWW: in pkg-descrs to single space as per PHB</title>
<updated>2016-05-23T18:36:52Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2016-05-23T18:36:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=54a08f695469164af42c22e5816710e439424ed8'/>
<id>urn:sha1:54a08f695469164af42c22e5816710e439424ed8</id>
<content type='text'>
Approved by:	portmgr blanket
</content>
</entry>
<entry>
<title>Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.</title>
<updated>2016-04-01T14:16:16Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-04-01T14:16:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8d6597e0bb9591c40fc6d0c6e2159fca51178d56'/>
<id>urn:sha1:8d6597e0bb9591c40fc6d0c6e2159fca51178d56</id>
<content type='text'>
With hat:	portmgr
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>math/py-bitmath: Represent and manipulate file sizes with different prefix notations</title>
<updated>2015-07-14T19:53:38Z</updated>
<author>
<name>William Grzybowski</name>
<email>wg@FreeBSD.org</email>
</author>
<published>2015-07-14T19:53:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f60a6a56d105b773a3ac56e0f981e11337b2d42b'/>
<id>urn:sha1:f60a6a56d105b773a3ac56e0f981e11337b2d42b</id>
<content type='text'>
bitmath simplifies many facets of interacting with file sizes in various units.
Functionality includes:

- Converting between SI and NIST prefix units (kB to GiB)
- Converting between units of the same type (SI to SI, or NIST to NIST)
- Automatic human-readable prefix selection (like in hurry.filesize)
- Basic arithmetic operations (subtracting 42KiB from 50GiB)
- Rich comparison operations (1024 Bytes == 1KiB)
- bitwise operations (&lt;&lt;, &gt;&gt;, &amp;, |, ^)
- argparse integration
- progressbar integration
- String parsing
- Sorting

WWW:	https://github.com/tbielawa/bitmath
</content>
</entry>
</feed>
