Sandro Jäckel
781097640e
python3Packages.pyaxmlparser: 0.3.24 -> 0.3.26
2021-04-05 04:53:41 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Maximilian Bosch
e7d1be840c
treewide: remove maintainership of ma27
from a few packages
...
Those are packages I don't use anymore for a longer time and I therefore
don't think that listing me as maintainer is a good idea. If those
should be removed now, I'd be fine with that.
SuperSandro2000 will take care of a few packages[1].
[1] https://github.com/NixOS/nixpkgs/pull/108126#pullrequestreview-560599381
2021-01-01 19:48:01 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
ec9a33af36
python38Packages.pyaxmlparser: 0.3.21 -> 0.3.24
2019-11-29 18:22:10 -08:00
R. RyanTM
074c8d05ce
python37Packages.pyaxmlparser: 0.3.15 -> 0.3.21
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pyaxmlparser/versions
2019-10-23 09:00:05 -07:00
Maximilian Bosch
187d6fee39
python3Packages.pyaxmlparser: 0.3.13 -> 0.3.15
...
Minor bugfix releases with several improvements and more checks for APK
files to parse.
https://github.com/appknox/pyaxmlparser/compare/v0.3.13...v0.3.15
2019-05-11 15:03:41 +02:00
Robert Schütz
4e0f079064
python.pkgs.pyaxmlparser: some files are licensed asl20
...
Fixes https://github.com/NixOS/nixpkgs/issues/54338 .
2019-01-20 03:08:09 +01:00
Maximilian Bosch
30c6234e15
python3Packages.pyaxmlparser: fix build
...
The build is currently broken on master[1] due to a major bump of
`click` in fe0af1ce77
.
Manually patching `setup.py` temporarily fixes the issue. To ensure that
succeeding builds don't deliver packages breaking at runtime due to
dependency issues I switched to the GitHub archive as source since it
contains tests as well.
Additionally, Python 2.7 support has been dropped. It seems as it
was never intended to support Python3 here, I simply forgot to disable
the Python2 build.
```
TypeError: AXMLParser object is not an iterator
```
[1] https://hydra.nixos.org/build/86108813
2018-12-23 23:15:36 +01:00
R. RyanTM
e28ebc8ad2
python36Packages.pyaxmlparser: 0.3.11 -> 0.3.13
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-pyaxmlparser/versions
2018-11-08 18:42:37 -08:00
Frederik Rietdijk
50c881f7c3
python: pyaxmlparser: 0.3.10 -> 0.3.11
2018-10-13 09:50:16 +02:00
Frederik Rietdijk
9782a5a5dc
python: pyaxmlparser: 0.3.9 -> 0.3.10
2018-08-25 07:38:22 +02:00
Frederik Rietdijk
6de6a385ae
python: pyaxmlparser: 0.3.7 -> 0.3.9
2018-06-22 13:09:24 +02:00
Maximilian Bosch
4feaaa7f06
pythonPackages.gplaycli: 0.1.2 -> 3.21
...
Fix the broken package: https://hydra.nixos.org/build/70687256/log
The newer version requires two new dependencies that have been added as
well:
- gpapi (Unofficial Python API for Google Play) at version 0.4.2
- pyaxmlparser (Parser for Android's XML handler) at version 0.3.7
See ticket #36453
See https://hydra.nixos.org/build/70687256/log
2018-03-11 00:24:28 +01:00