aboutsummaryrefslogtreecommitdiff
path: root/databases/py-swiftclient
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.4.0.Mikolaj Golub2015-05-042-3/+3
| | | | Notes: svn path=/head/; revision=385410
* - Convert ports from databases/ and deskutils/ to new USES=pythonMarcus von Appen2014-10-191-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371173
* Update to 2.3.1.Mikolaj Golub2014-10-182-4/+5
| | | | Notes: svn path=/head/; revision=371095
* Update to 2.2.0.Mikolaj Golub2014-08-192-3/+3
| | | | Notes: svn path=/head/; revision=365426
* Update to 2.1.0.Mikolaj Golub2014-05-252-3/+4
| | | | Notes: svn path=/head/; revision=355131
* Update to 2.0.3.Mikolaj Golub2014-03-112-4/+3
| | | | | | | | PR: ports/187428 Submitted by: swills Notes: svn path=/head/; revision=347909
* - Bump PORTREVISION after r344608.Mikolaj Golub2014-02-171-1/+1
| | | | | | | | | - PYDISTUTILS_PKGNAME is not required with PYDISTUTILS_AUTOPLIST. Submitted by: rm Notes: svn path=/head/; revision=344817
* easy_install has been deprecated.Mikolaj Golub2014-02-161-1/+1
| | | | | | | Submitted by: koobs Notes: svn path=/head/; revision=344608
* Update to 2.0.2.Mikolaj Golub2014-02-163-5/+5
| | | | Notes: svn path=/head/; revision=344575
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340671
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* - update to 1.8.0Mikolaj Golub2013-12-073-17/+10
| | | | | | | | | | - support staging - use autoplist Approved by: bdrewery (mentor) Notes: svn path=/head/; revision=335832
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* The swift client requires pbr for run too.Mikolaj Golub2013-08-121-1/+2
| | | | | | | Approved by: bdrewery Notes: svn path=/head/; revision=324636
* Update to 1.5.0.Mikolaj Golub2013-07-302-4/+10
| | | | | | | | | | | | | | Since 1.5.0 swiftclient's setuptools have been using pbr thus adds pbr dependancy. The setup.py needs patching though to work correctly after merging d2to1 into pbr 0.5.19. Hope this is temporary and setup.py will be updated upstream soon. Approved by: bdrewery Notes: svn path=/head/; revision=323985
* Update to 1.4.0.Mikolaj Golub2013-04-242-3/+10
| | | | | | | Approved by: bdrewery Notes: svn path=/head/; revision=316480
* - Update to 1.3.0Frederic Culot2013-02-143-4/+4
| | | | | | | | | | - Fix typo in pkg-descr PR: ports/175994 Submitted by: trociny@ Notes: svn path=/head/; revision=312216
* - Update to 1.2.0Martin Wilke2013-02-082-4/+4
| | | | | | | | | PR: 175541 Submitted by: Piotr Florczyk <piotr.florczyk@nnv.pl> Approved by: maintainer Notes: svn path=/head/; revision=311934
* This is a python client for the Swift API. There's a Python API (theRuslan Makhmatkhanov2012-12-023-0/+35
``swiftclient`` module), and a command-line script (``swift``). This code is based on original the client previously included with OpenStack's swift -- a highly available, distributed, eventually consistent object/blob store. WWW: http://launchpad.net/python-swiftclient PR: 174041 Submitted by: Mikolaj Golub <trociny@FreeBSD.org> Feature safe: yes Notes: svn path=/head/; revision=308091