aboutsummaryrefslogtreecommitdiffstats
path: root/irc/py-irc
Commit message (Collapse)AuthorAgeFilesLines
* - Convert ports of irc/ and lang/ to new USES=pythonmva2014-10-211-4/+2
| | | | Approved by: portmgr (implicit)
* irc/py-irc: update to 5.9.1wg2014-06-162-15/+7
| | | | | | - Update to 5.9.1 - Remove obsolete python 2.6 check - Remove obsolete zip_safe option
* - Remove easy_install dependencymva2014-06-141-2/+3
| | | | | | | - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
* Convert i* to USES=zipbapt2014-03-101-1/+1
|
* irc/py-irc: update to 8.5.4wg2013-11-193-78/+7
| | | | | | - Update to 8.5.4 - Allow staging - Use python auto plist
* Drop condititional dependency on py-imporlib, since it was removed.rm2013-10-031-1/+0
| | | | With hat: python
* irc/py-irc: update to 8.5.3wg2013-09-242-3/+4
| | | | - Update to 8.5.3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | irc)
* irc/py-irc: update to 8.5.1wg2013-08-182-3/+3
| | | | | | - Update to 8.5.1 Changes: https://bitbucket.org/jaraco/irc/src/f8120c37a5/CHANGES.rst?at=8.5.1
* irc/py-irc: update to 8.5wg2013-08-112-3/+3
| | | | | | - Update to 8.5 Changes: https://bitbucket.org/jaraco/irc/src/5047365bd7b/CHANGES.rst?at=8.5
* irc/py-irc: update to 8.4wg2013-07-233-10/+9
| | | | | | | - Update to 8.4 - Make portlink happy Changes: https://bitbucket.org/jaraco/irc/src/380ee9d1b/CHANGES.rst?at=8.4
* irc/py-irc: update to 8.3.2wg2013-07-182-5/+4
| | | | | | | - Update to 8.3.2 - Space -> tab style cleanup Changes: https://bitbucket.org/jaraco/irc/src/d12f6b25ab/CHANGES.rst?at=8.3.2
* irc/py-irc: update to 8.3.1wg2013-07-063-20/+88
| | | | | | | - Update to 8.3.1 - Use PORTEXAMPLES instead of pkg-plist entries - Unmute install examples - Patch setup.py to extract egg file
* - Update to 8.3wg2013-05-172-4/+3
| | | | | | | Changes: https://bitbucket.org/jaraco/irc/src/1612ffff/CHANGES.rst?at=default Approved by: culot (mentor)
* - Change MAINTAINER address of all my portswg2013-05-161-1/+1
| | | | Approved by: culot (mentor)
* - add missin build dependency on pytest-runnerrm2013-03-231-1/+3
| | | | | | | - bump PORTREVISION PR: 177239 Submitted by: William Grzybowski <william88@gmail.com> (maintainer)
* - Update to 8.0.1culot2013-02-192-3/+3
| | | | | PR: ports/176248 Submitted by: William Grzybowski <william88@gmail.com> (maintainer)
* - Update to 8.0culot2013-01-182-3/+6
| | | | | | | - Add LICENSE (MIT) PR: ports/175392 Submitted by: William Grzybowski <william88@gmail.com> (maintainer)
* - update to 5.0.1rm2012-11-224-0/+53
- rename to py-irc to follow upstream - change MASTER_SITES to pypi - switch to easy_install - update examples - convert to optionsng - add optional dependency on py-importlib for python < 2.7 - update WWW and port description - general clean-up This port should be python3 aware, so change USE_PYTHON to yes, but it still doesn't builds with it because py-hgtools isn't, so can't test for sure. PR: 173828 Submitted by: rm (myself) Approved by: William Grzybowski <william88 at gmail dot com> (maintainer, via python@ ML) Feature safe: yes