non port: security/py-keystone/Makefile |
Number of commits found: 19 |
Sunday, 26 Jul 2020
|
07:32 antoine
Deprecate ports broken for more than 6 months
 |
Monday, 25 May 2020
|
18:35 sunpoet
Update PORTSCOUT
 |
Monday, 11 May 2020
|
23:51 dbaio
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
Shared macro to use with flavors and not break
ports with USES=python (all versions).
Python >=3.5 --> textproc/py-sphinx (v3.0.2)
Python < 3.5 --> textproc/py-sphinx18 (v1.8.5)
All ports that uses sphinx were changed to use the new variable
${PY_SPHINX} in the dependency line, exceptions:
* Ports that fails to build with sphinx 3.0.2 because of code.
They are pointing to textproc/py-sphinx18 directly.
There aren't many ports.
* Ports that doesn't know Python flavors.
- Add several patches to fix Sphinx consumers
The most common issues are related with pkg-plist, the output
files from Sphinx changes between versions, keep this dynamically
is the better approach.
This will save time in future sphinx updates.
PR: 245629
Exp-run by: antoine
 |
Saturday, 4 Apr 2020
|
07:26 sunpoet
Update PORTSCOUT
 |
Thursday, 2 Apr 2020
|
12:04 sunpoet
Add PORTSCOUT
 |
Tuesday, 10 Mar 2020
|
14:23 antoine
Mark BROKEN: fails to build
Warning, treated as error:
/wrkdirs/usr/ports/security/py-keystone/work-py37/keystone-13.0.0/doc/source/api/keystone.tests.unit.rst:35:autodoc:
failed to import module 'keystone.tests.unit.core'; the following exception was
raised:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/sphinx/ext/autodoc.py", line 658,
in import_object
__import__(self.modname)
File
"/wrkdirs/usr/ports/security/py-keystone/work-py37/keystone-13.0.0/keystone/tests/unit/__init__.py",
line 24, in <module>
from keystone.tests.unit.core import * # noqa
File
"/wrkdirs/usr/ports/security/py-keystone/work-py37/keystone-13.0.0/keystone/tests/unit/core.py",
line 56, in <module>
keystone.conf.configure()
File
"/wrkdirs/usr/ports/security/py-keystone/work-py37/keystone-13.0.0/keystone/conf/__init__.py",
line 125, in configure
help='Do not monkey-patch threading system modules.'))
File "/usr/local/lib/python3.7/site-packages/oslo_config/cfg.py", line 2051,
in __inner
result = f(self, *args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/oslo_config/cfg.py", line 2329,
in register_cli_opt
raise ArgsAlreadyParsedError("cannot register CLI option")
oslo_config.cfg.ArgsAlreadyParsedError: arguments already parsed: cannot
register CLI option
Reported by: pkg-fallout
 |
Thursday, 6 Feb 2020
|
19:27 sunpoet
Take maintainership
 |
Tuesday, 21 Jan 2020
|
11:06 mat
When you remove a Python version from a port (security/py-pysaml2 here)
you have to make sure the ports that depend on it will not try to use
that version, otherwise it breaks bulk -a.
Error: compute_deps_pkg failed to lookup pkgname for security/py-pysaml2@py35
processing package py35-matrix-synapse-1.7.2_1 from
net-im/py-matrix-synapse@py35 -- Is SUBDIR+=py-pysaml2@py35 missing in
security/Makefile and does the port provide the 'py35' FLAVOR?
Error: compute_deps_pkg failed to lookup existing pkgname for
security/py-pysaml2@py35 processing package py35-matrix-synapse-1.7.2_1
Error: compute_deps_pkg failed to lookup pkgname for security/py-pysaml2@py35
processing package py35-keystone-13.0.0_1 from security/py-keystone@py35 -- Is
SUBDIR+=py-pysaml2@py35 missing in security/Makefile and does the port provide
the 'py35' FLAVOR?
Error: compute_deps_pkg failed to lookup existing pkgname for
security/py-pysaml2@py35 processing package py35-keystone-13.0.0_1
Pointy hat: sunpoet
 |
Sunday, 15 Dec 2019
|
15:13 zi
- Reset MAINTAINER due to fatal email bounces
Reported by: portscout!
 |
Saturday, 24 Aug 2019
|
08:28 antoine
Unbreak bulk -a
Pointy hat: amdmi3
 |
Saturday, 12 Jan 2019
|
15:39 pi
databases/py-sqlalchemy-migrate (and dependents):
Update RUN_DEPENDS from sqlalchemy10 to sqlalchemy12
- Assigns databases/py-sqlalchemy-migrate to databases/py-sqlalchemy12
- Assigns the following ports to databases/py-sqlalchemy12:
* devel/py-buildbot
* misc/py-cinder
* misc/py-glance
* security/py-keystone
- Unbreaks devel/py-oslo.db because it is buildable when
databases/py-sqlalchemy-migrate
has been assigned to
databases/py-sqlalchemy12
- Fixes pkg-plist for devel/py-glance after ports r489963
PR: 230379
Submitted by: Kai <freebsd_ports@k-worx.org>
Approved by: koobs, lwhsu
 |
Tuesday, 10 Jul 2018
|
09:45 miwi
- Update to 13.0.0
- Added LICENSE_FILE
- Changed BUILD_DEPENDS + RUN_DEPENDS to reflect the new dependencies
- Added DOCS option with the appropriate dependencies
- Added CONFLICTS_INSTALL
- Added further options (EXAMPLES, LDAP, MEMCACHED, MONGODB, MYSQL and PGSQL)
- Refined post-patch target
- Added pkg-message
- Updated WWW
PR: 228849
Submitted by: freebsd_ports@k-worx.org
Approved by: maintainer
Sponsored by: iXsystems Inc.
 |
Wednesday, 20 Jun 2018
|
17:05 mat
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
 |
Wednesday, 25 Apr 2018
|
21:01 sunpoet
Fix msgpack dependency
- Bump PORTREVISION for package change
 |
Sunday, 22 Apr 2018
|
18:29 sunpoet
Move devel/py-msgpack-python to devel/py-msgpack
- Update to 0.5.6
- Update pkg-descr
- Update WWW
Changes: https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst
 |
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
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
 |
Saturday, 17 Dec 2016
|
15:31 novel
Rename python openstack clients to match pypi names
- Rename the following ports:
py-ceilometerclient
py-cinderclient
py-designateclient
py-glanceclient
py-heatclient
py-keystoneclient
py-neutronclient
py-novaclient
py-openstackclient
to py-python-$(component)client to match pypi name
- Update MOVED
- Update the appropriate dependency lines
Suggested by: koobs
 |
Sunday, 27 Nov 2016
|
12:01 novel
security/py-keystone: minor tweaks
- Define LICENSE
- Add missing '%%ETCDIR%%/policy.v3cloudsample.json' to plist and
bump PORTREVISION
PR: 214741
Submitted by: maintainer
 |
Thursday, 20 Oct 2016
|
17:00 novel
Add py-keystone 10.0.0, OpenStack Keystone
PR: 213542
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
 |
Number of commits found: 19 |