- 08 Jan, 2016 10 commits
-
-
rene authored
2016-01-08 devel/msp430-gdb: Obsolete. Please, use devel/gcc-msp430-ti-toolchain 2016-01-08 devel/msp430-gcc: Obsolete. Please, use devel/gcc-msp430-ti-toolchain 2016-01-08 devel/msp430mcu: Obsolete. Please, use devel/gcc-msp430-ti-toolchain 2016-01-08 devel/msp430-libc: Obsolete. Please, use devel/gcc-msp430-ti-toolchain 2016-01-08 devel/msp430-binutils: Obsolete. Please, use devel/gcc-msp430-ti-toolchain
-
koobs authored
An Angular SDK for the Matrix project. WWW: https://github.com/matrix-org/matrix-angular-sdk PR: 205914 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
-
koobs authored
The blist is a drop-in replacement for the Python list that provides better performance when modifying large lists. The blist package also provides sortedlist, sortedset, weaksortedlist, weaksortedset, sorteddict, and btuple types. WWW: http://stutzbachenterprises.com/blist/ PR: 205914 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
-
koobs authored
Pydenticon is a small utility library that can be used for deterministically generating identicons based on the hash of provided data. WWW: https://github.com/azaghal/pydenticon PR: 205914 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
-
koobs authored
daemonize is a library for writing system daemons in Python. WWW: https://github.com/thesharp/daemonize PR: 205914 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
-
koobs authored
frozendict is an immutable wrapper around dictionaries that implements the complete mapping interface. It can be used as a drop-in replacement for dictionaries where immutability is desired. WWW: https://github.com/slezica/python-frozendict PR: 205914 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
-
koobs authored
Hypothesis is a library for testing your Python code against a much larger range of examples than you would ever want to write by hand. It's based on the Haskell library, Quickcheck, and is designed to integrate seamlessly into your existing Python unit testing work flow. WWW: https://github.com/DRMacIver/hypothesis PR: 205914 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
-
koobs authored
A utility library for mocking out the requests Python library. WWW: https://github.com/getsentry/responses PR: 205914 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
-
koobs authored
Encode and decode Base64 without "=" padding. RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes using "=" characters. However this conveys no benefit so many protocols choose to use Base64 without the "=" padding. WWW: https://github.com/matrix-org/python-unpaddedbase64 PR: 205914 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
-
koobs authored
A JSON library for Python that provides features such as sorted keys, no insignificant whitespace, minimal escaping where necessary and supports frozendict immutable dictionaries. WWW: https://github.com/matrix-org/python-canonicaljson PR: 205914 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
-
- 04 Jan, 2016 5 commits
-
-
antoine authored
-
antoine authored
-
mi authored
-
miwi authored
WWW: https://github.com/jaraco/tempora
-
miwi authored
checking, dynamically calculated default values, and 'on change' callbacks. Keeps configuration in a varietry of formats, including json. WWW: https://pypi.python.org/pypi/traitlets/ PR: 205507 Submitted by: Yuri Victorovich <yuri@rawbw.com>
-
- 03 Jan, 2016 1 commit
-
-
pi authored
Bandit is a tool for finding common security issues in Python code. To do this Bandit processes each file, builds an AST from it, and runs appropriate plugins against the AST nodes. Once Bandit has finished scanning all the files it generates a report. WWW: https://github.com/stackforge/bandit PR: 201386 Submitted by: yuri@rawbw.com Reviewed by: koobs
-
- 02 Jan, 2016 1 commit
-
-
miwi authored
results that you expect. Natsort provides a function natsorted() that helps sort lists "naturally", either as real numbers (i.e. signed/unsigned floats or ints), or as versions. WWW: https://github.com/SethMMorton/natsort PR: 205563 Submitted by: Yuri Victorovich <yuri@rawbw.com>
-
- 31 Dec, 2015 1 commit
-
-
sunpoet authored
- Fix MASTER_SITES - Add LICENSE_FILE
-
- 30 Dec, 2015 5 commits
-
-
rene authored
2015-12-30 www/ocsigen: Broken for more than 6 months 2015-12-30 devel/monodevelop-database: Broken for more than 6 months 2015-12-30 lang/cduce: Broken for more than 6 months 2015-12-30 science/hdf-java: Broken for more than 6 months 2015-12-30 math/p5-Math-Geometry-Planar-GPC-Polygon: Broken for more than 6 months 2015-12-30 www/eliom: Depends on broken and expiring www/ocsigen 2015-12-30 audio/py-fastaudio: Broken for more than 6 months 2015-12-30 devel/jgoodies-common: Broken for more than 6 months 2015-12-30 graphics/pinta: Broken for more than 6 months 2015-12-30 games/kanatest: Broken for more than 6 months 2015-12-30 editors/bless: Broken for more than 6 months 2015-12-30 security/burpsuite: Broken for more than 6 months
-
sunpoet authored
Sidekiq-Cron is a scheduling add-on for Sidekiq. It runs a thread alongside Sidekiq workers to schedule jobs at specified times (using cron notation * * * * * parsed by Rufus-Scheduler). It also checks for new jobs to schedule every 10 seconds and doesn't schedule the same job multiple times when more than one Sidekiq worker is running. Scheduling jobs are added only when at least one Sidekiq process is running. WWW: https://github.com/ondrejbartas/sidekiq-cron
-
ohauer authored
(EXPIRATION_DATE=2015-12-29)
-
sunpoet authored
State Machines adds support for creating state machines for attributes on any Ruby class. WWW: https://github.com/state-machines/state_machines
-
sunpoet authored
- Add NO_ARCH - Sort USE_PYTHON
-
- 28 Dec, 2015 5 commits
-
-
sunpoet authored
Foreigner introduces a few methods to your migrations for adding and removing foreign key constraints. It also dumps foreign keys to schema.rb. The following adapters are supported: - mysql2 - postgres - sqlite (foreign key methods are a no-op) WWW: https://github.com/matthuhiggins/foreigner
-
sunpoet authored
Ransack is a rewrite of MetaSearch created by Ernie Miller and maintained by Ryan Bigg, Jon Atack and a great group of contributors. While it supports many of the same features as MetaSearch, its underlying implementation differs greatly from MetaSearch, and backwards compatibility is not a design goal. Ransack enables the creation of both simple and advanced search forms for your Ruby on Rails application (demo source code here). If you're looking for something that simplifies query generation at the model or controller layer, you're probably not looking for Ransack (or MetaSearch, for that matter). Try Squeel instead. WWW: https://github.com/activerecord-hackery/ransack
-
sunpoet authored
Polyamorous is an extraction of shared code from the Active Record Hackery gems Ransack, Squeel and MetaSearch by Ernie Miller and maintained by Ryan Bigg, Xiang Li, Jon Atack and a great little group of contributors. It is an internal library for extending various versions of Active Record with polymorphism. There is no public API, so it's :nodoc:. Move along. Nothing to see here. WWW: https://github.com/activerecord-hackery/polyamorous
-
sunpoet authored
rspec-rails is a testing framework for Rails 3.x and 4.x. WWW: https://github.com/rspec/rspec-rails
-
miwi authored
contents to known licenses using a fancy math thing called Rabin-Karp rolling-hashes. WWW: https://github.com/benbalter/licensee PR: 205636 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
-
- 27 Dec, 2015 3 commits
-
-
miwi authored
- Update to 15.5.0 which comes with a small API change, and repackage into a single port as upstream are no longer creating sub-packages [1]. - Copy py-twisted to py-twisted152 to allow MAINTAINERS of dependent ports to switch to the new version, given the API change mentioned above Changes: https://github.com/twisted/twisted/blob/twisted-15.5.0/NEWS [1] https://github.com/twisted/twisted/blob/twisted-15.3.0/NEWS#L47 PR: 205062 Submitted by: yuri@rawbw.com Reviewed by: antoine / koobs Discussed: #freebsd-python Differential Revision: D4715
-
koobs authored
pycmd is a collection of command line tools for helping with Python development: * py.cleanup: remove .pyc and similar files * py.lookup: find text in recursively found .py files * py.countloc: give LOCs for lines and testlines * py.which: print location of an importable package or module WWW: https://pypi.python.org/pypi/pycmd
-
vanilla authored
module. PR: 205639 Submitted by: Yuri Victorovich <yuri@rawbw.com>
-
- 25 Dec, 2015 4 commits
-
-
miwi authored
Python 3.3's inspect module. The backport is compatible with Python 2.7 as well as 3.2 and up. WWW: http://funcsigs.readthedocs.org/
-
mva authored
Python, which can be used as the basis for the construction of function wrappers and decorator functions. WWW: https://github.com/GrahamDumpleton/wrapt
-
mva authored
WWW: https://github.com/ionelmc/python-lazy-object-proxy
-
vanilla authored
PR: 205594 Submitted by: Yuri Victorovich <yuri@rawbw.com>
-
- 24 Dec, 2015 2 commits
-
-
miwi authored
WWW: https://pypi.python.org/pypi/nose-cov/ PR: 205068 Submitted by: Yuri Victorovich <yuri@rawbw.com>
-
vanilla authored
PR: 205509 Submitted by: Yuri Victorovich <yuri@rawbw.com>
-
- 21 Dec, 2015 1 commit
-
-
sunpoet authored
-
- 18 Dec, 2015 1 commit
-
-
rene authored
2015-12-18 www/joomla15: Joomla 1.5.x reached its End of Life in September 2012. Please update to a current version 2015-12-18 www/joomla25: Joomla 2.5.x reached its End of Life in December 2014. Please update to a current version 2015-12-17 devel/rubygem-tins0: not used by other ports anymore
-
- 13 Dec, 2015 1 commit
-
-
rakuco authored
Add the required bits to Uses/pyqt.mk along with all the PyQt5 ports. Thankfully this commit is mostly adding new ports, as the hard work was already done in r403297 and r403662. Huge kudos to Tobias Berner <tcberner@gmail.com> and, most importantly, Guido Falsi (madpilot@) for their initial work on these ports (see D2910 in Phabricator for an earlier version of the PyQt5 patch set). PR: 204672
-