aboutsummaryrefslogtreecommitdiff
path: root/security/py-keyrings.alt
Commit message (Collapse)AuthorAgeFilesLines
* security/py-keyrings.alt: remove optional expired dependency on ↵Rene Ladan2020-08-151-3/+1
| | | | | | | security/py-keyczar Notes: svn path=/head/; revision=544931
* Add USES={gl,gnome,mate,sdl,xorg} missed in the last roundTobias Kortkamp2019-11-141-0/+1
| | | | Notes: svn path=/head/; revision=517560
* security/py-keyrings.alt: update 3.0 -> 3.1.1Kurt Jaeger2019-01-132-4/+4
| | | | | | | | | PR: 234907 Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Relnotes: https://github.com/jaraco/keyrings.alt/blob/master/CHANGES.rst Notes: svn path=/head/; revision=490215
* security/py-keyrings.alt: Add test support to assist committer QAKubilay Kocak2019-01-043-1/+38
| | | | | | | | | | | | | | | | | | Add TEST_DEPENDS and (do-)test target to help QA of an upcoming devel/py-fs update [1]. The tests currently pass: 128 passed, 61 skipped in 21.56 seconds While I'm here: - Pet portlint (extra item placed in the USES/USE_x section) PR: 234491 Approved by: portmgr (framework/infrastructure support/compliance) MFH: 2019Q1 Notes: svn path=/head/; revision=489245
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-5/+5
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat Notes: svn path=/head/; revision=468282
* - Update to 3.0Wen Heping2018-04-012-4/+4
| | | | | | | | PR: 227157 Submitted by: douglas@douglasthrift.net(maintainer) Notes: svn path=/head/; revision=466152
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* security/py-keyrings.alt: Update to 2.3Danilo G. Baio2017-09-092-4/+4
| | | | | | | | | | Changes: https://raw.githubusercontent.com/jaraco/keyrings.alt/2.3/CHANGES.rst PR: 222012 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=449501
* - Update to 2.2Martin Wilke2017-05-062-8/+8
| | | | | | | | | | - Removed KDE_KWALLET option since it is no longer included. PR: 218902 Submitted by: maintainer Notes: svn path=/head/; revision=440227
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961 Notes: svn path=/head/; revision=420774
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Update to 1.1.1.Raphael Kubo da Costa2016-03-132-3/+3
| | | | | | | | | | | | | | From CHANGES.rst: 1.1.1 ===== Test cleanup. PR: 207871 Submitted by: douglas@douglasthrift.net (maintainer) Notes: svn path=/head/; revision=410955
* Alternate keyring backend implementations for use with the Python keyringRuslan Makhmatkhanov2016-02-123-0/+40
package. WWW: https://pypi.python.org/pypi/keyrings.alt PR: 207046 Submitted by: Douglas Thrift <douglas@douglasthrift.net> Notes: svn path=/head/; revision=408761