- Update to 0.3.0, unbreaking due to 2.3+ versions of net/py-tweepy
in the ports tree
- Patch setup.py to relax py-tweepy version requirement
- oauth2 is no longer required
- Set USES=python to 2.7, since this doesnt need the meta-port
- Patch in setuptools test command support (setup.py)
- Update TEST_DEPENDS and TESTS option description
- Sort USE_PYTHON values
- Add NO_ARCH
Second half of:
PR: 200621
Reported by: Patrick P. <freebsdbug patpro net>
MFH: 2015Q3
- Update to 3.3.0
- Take MAINTAINER'ship
- Switch to GITHUB to get access to the tests & test suite
- Allow building with Python 3 (now supported)
- Update BUILD_DEPENDS and RUN_DEPENDS
- Sort USE_PYTHON values
- Patch setup.py to correctly set test dependencies and hook in the setuptools
test command
- Patch out unnecessary (tox) test dependency.
Changes:
https://github.com/tweepy/tweepy/blob/v3.3.0/CHANGELOG.md
First part of:
PR: 200621
Reported by: Patrick P. <freebsdbug patpro net>
This package doesn't require lang/python2, so set USES=python:2.7 explicitly
to avoid pulling in an unecessary dependency. The upstream setup.py states
that it supports 2.6 and 2.7.
PR: 197834
The pyscard smartcard library is a framework for building smart card
aware applications in Python. The smartcard module is built on top of
the PCSC API Python wrapper module.
WWW: http://pyscard.sourceforge.net/
PR: 197834
Submitted by: <mp39590 gmail com>
This was specified on USES: iconv:build,lib
This is incorrect; the way iconv.mk is written, "build" and "lib" are
mutually exclusive and "build" takes precedence. This means the library
dependency was not registered.
Moveover, it's failing on FreeBSD 11 and dev-branch of DragonFly because
it uses transliteration. Setting USES=iconv:translit fixes both issues.
Approved by: Just fix it
- Upstream has switched away from SourceForge to their own content
delivery network
- Trim some extraneous whitespace
Change Log: https://www.phpmyadmin.net/files/4.4.11/
This version is patched so that:
* ELF and API features are enabled.
* The default environment is trimmed to just what's needed to boot.
* The saveenv command writes to the file u-boot.env on the FAT partition.
* The DTB file name is chosen based on the board model and passed to ubldr
using the fdtfile env variable. ubldr loads the DTB from /boot/dtb/ on
the FreeBSD partition.
* By default, it loads ELF ubldr from file ubldr on the FAT partition to
address 0x42000000, and launches it.
For information about running FreeBSD on Allwinner SoCs, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner
Differential Revision: https://reviews.freebsd.org/D2874
Reviewed by: garga
Approved by: garga