summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/autobahn: remove unused patch(es)Michael Mair-Keimberger2020-07-211-95/+0
| | | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16763 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-python/autobahn: Version bump, adds 2 new use flagsBrian Dolbec2020-07-204-29/+60
| | | | | | | | | | | scram: adds wamp-scram authentication xbr: adds XBR network capability (masked: as yet incomplete dependencies) Clean old versions (deprecated EAPI) closes: https://bugs.gentoo.org/704754 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
* dev-python/autobahn: arm64 stable (bug #722218)Sam James2020-07-201-1/+1
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/autobahn: arm stable (bug #722218)Sam James2020-07-201-1/+1
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/autobahn: 20.4.3 stable amd64 x86 bug 722218Brian Dolbec2020-07-171-1/+1
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
* dev-python/autobahn: Remove redundant versionsMichał Górny2020-07-122-67/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/autobahn: arm keyworded (bug #721726)Sam James (sam_c)2020-06-041-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/autobahn: arm64 keyworded (bug #721726)Sam James (sam_c)2020-06-031-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-python/autobahn: Ignore possible file doesn't exist errorBrian Dolbec2020-05-101-2/+2
| | | | | | | | | | | When upgrading from older autobahn versions, the twisted plugin cache is not updated in the build environment. So ignore the error, allow it to fail with a file collision if it failed to delete it and it still exists. bug: https://bugs.gentoo.org/721986 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
* dev-python/autobahn: Version bump, adds python 3.7, 3.8Brian Dolbec2020-05-083-1/+90
| | | | | | | metadata.xml: take maintainership Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
* dev-python/autobahn: Drop to maint-neededMichał Górny2020-04-241-4/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/autobahn: amd64 stable wrt bug #714842Agostino Sarubbo2020-04-171-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/autobahn: Remove .pytest_cache to avoid installing itMichał Górny2020-04-161-0/+1
| | | | | Closes: https://bugs.gentoo.org/715442 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/autobahn: Add missing dep on unittest2Michał Górny2020-03-271-0/+1
| | | | | Closes: https://bugs.gentoo.org/715050 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/autobahn: x86 stable wrt bug #714842Agostino Sarubbo2020-03-261-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/autobahn: Remove redundant versionsMichał Górny2020-03-264-201/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/autobahn: Clean py2 deps upMichał Górny2020-03-175-10/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/autobahn: Remove py2Michał Górny2020-02-045-5/+5
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-055-10/+10
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-115-0/+5
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/autobahn: add ~x86-linux keywordMichael Haubenwallner2019-06-251-1/+1
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* dev-python/autobahn: add ~amd64-linux keywordMichael Haubenwallner2019-06-251-1/+1
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* dev-python/autobahn: add ~arm64 keywordStephen Klimaszewski2019-05-211-1/+1
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stephen Klimaszewski <steev@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-175-10/+10
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* update pypi HOMEPAGE to avoid redirectionMichael Mair-Keimberger2018-04-265-5/+5
| | | | Closes: https://github.com/gentoo/gentoo/pull/8080
* dev-python/autobahn: remove binary junkMarty E. Plummer2018-04-201-12/+26
| | | | | | | | | | Replaced with a 'fixed' copy from upstream, removed the extraneous portions. https://github.com/crossbario/autobahn-python/commit/604bc53a3beec173020c944ce9cb38afca2a9126.patch Closes: https://github.com/gentoo/gentoo/pull/7868 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* Replace pypi.python.org with pypi.org in HOMEPAGEMike Gilbert2018-04-195-5/+5
| | | | Bug: https://bugs.gentoo.org/653540
* dev-python/autobahn: update HOMEPAGE and use HTTPSMichael Mair-Keimberger2018-03-185-8/+18
|
* dev-python/autobahn: Version bumpBrian Dolbec2018-03-133-0/+156
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-python/autobahn: cleanup old for msgpackMatthew Thode2018-03-092-107/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-python/autobahn: Version bumpBrian Dolbec2018-01-192-0/+66
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* dev-python/autobahn: Clean old upMichał Górny2018-01-023-198/+0
|
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-6/+6
|
* dev-python/autobahn: stabilise 17.5.1-r2 for x86Michael Palimaka2017-09-281-1/+1
| | | | | Bug: https://bugs.gentoo.org/624990 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-python/autobahn: restore x86 keywordMichael Palimaka2017-09-286-6/+6
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-python/autobahn: Add 17.9.1 for matching net-mic/crossbar versionBrian Dolbec2017-09-202-0/+66
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-python/autobahn: Version bumpBrian Dolbec2017-09-202-0/+66
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-python/autobahn: add ~arm, bug #626834Markus Meier2017-09-081-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* dev-python/autobahn: WhitespaceManuel Rüger2017-08-021-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/autobahn: Version bumpBrian Dolbec2017-08-012-0/+66
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-python/autobahn-17.5.1-r2: amd64 stableTobias Klausmann2017-07-311-1/+1
| | | | Gentoo-Bug: 624990
* dev-python/autobahn: Add missed pkg_postrm()Brian Dolbec2017-06-172-0/+8
| | | | Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70
* dev-python/autobahn: Revision bump latest release for latest twistedBrian Dolbec2017-06-172-124/+65
| | | | | | | Use the new twisted-regen-cache command to update the twisted plugin cache. This removes the need for the twisted-r1 eclass copies of the regen functions. Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70
* dev-python/autobahn: Update ebuilds for twisted plugin cashe updatesBrian Dolbec2017-06-167-172/+322
| | | | | | | | | | With TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE now set in make.defaults to prevent access violations. All pkgs installing plugins need to run /usr/bin/twisted-regen-cache in pkg_postinst() for twisted releases. For older split twisted installs, the cache has to be done using a copy of the twisted-r1 eclasses cahche update functions. Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70
* dev-python/autobahn: Fix intermittent ACCESS VIOLATIONBrian Dolbec2017-06-152-1/+11
| | | | | | | | | A twisted/plugins/ addition was triggerring a twisted cache update. Causing: * ACCESS DENIED: open_wr: /usr/lib64/python3.6/site-packages/twisted/plugins/VAd-OChNHI-C28Rfdropin.cache.new Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70
* dev-python/autobahn: Version bumpBrian Dolbec2017-05-152-0/+58
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
* dev-python/autobahn: Clean old versions upMichał Górny2017-05-023-92/+0
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-285-5/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/autobahn: Wipe deps on virtual/python-asyncioMichał Górny2017-01-263-6/+3
|
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-014-4/+4
|