summaryrefslogtreecommitdiff
path: root/databases/py-pylibmc/files/patch-setup.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-08-06databases/py-pylibmc: Update version 1.6.1=>1.6.2Muhammad Moinur Rahman1-4/+4
Relnotes: https://github.com/lericson/pylibmc/releases/tag/1.6.2
2022-03-12databases/py-pylibmc: Update version 1.6.0=>1.6.1Muhammad Moinur Rahman1-4/+4
Relnotes: https://github.com/lericson/pylibmc/releases/tag/1.6.1
2018-07-25databases/py-pylibmc: Update to 1.5.2Kubilay Kocak1-3/+3
- Patch setup.py to support the setuptools test command Notes: svn path=/head/; revision=475304
2014-12-09databases/py-pylibmc: Update to 1.4.1, Allow Python 3 supportKubilay Kocak1-0/+8
- Update to 1.4.1 - Allow Python 3 support [1] - Update COMMENT to match PyPi upstream - Add TESTS option, TEST_DEPENDS and regression-test target - Strip shared library - Patch setup.{py,cfg} to add allow 'test' command to run - Update pkg-descr to match upstream - pkg-descr: Update WWW: URL to match PyPi upstream This update passes QA (test suite) under Python 2.7 and 3.4. Changes: http://sendapatch.se/projects/pylibmc/changelog.html [1] https://github.com/lericson/pylibmc/issues/146 Notes: svn path=/head/; revision=374342