summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-11-28user/py3-requests-toolbelt: add python3 to dependszlg1-0/+1
2018-11-28user/py3-pyyaml: correct URL, remove install= linezlg1-2/+1
2018-11-28user/py3-pysocks: correct URL, license, stylezlg1-3/+2
2018-11-28user/py3-pbr: Add python3 to deps, update URLzlg1-2/+2
2018-11-28user/py3-parsedatetime: correct licensezlg1-1/+1
2018-11-28user/py3-openssl: Add python3 to depszlg1-1/+1
2018-11-28user/py3-mock: correct license, add python3 to dependszlg1-2/+2
2018-11-28user/py3-josepy: Add python3 to depszlg1-1/+1
2018-11-28user/py3-idna: correct license, depszlg1-2/+2
2018-11-28user/py3-cryptography: correct license, add python3 depzlg1-4/+4
Also did a version bump.
2018-11-28user/py3-configobj: spaces -> tabs, correct licensezlg1-5/+5
2018-11-28user/py3-configargparse: remove `|| return 1` linezlg1-1/+1
2018-11-28user/py3-chardet: correct licensezlg1-1/+1
2018-11-28user/py3-certifi: add ca-certificates to dependszlg1-4/+4
Additionally updated the homepage to reflect current PyPI URLs and bumped the version.
2018-11-28user/certbot: remove install= line, add python3 to deps per !113zlg1-3/+2
2018-11-21user/certbot: new packagezlg1-0/+45
2018-11-21user/py3-pyyaml: new packagezlg1-0/+33
This one is needed for tests in one or two of the packages in this merge set, but also a good supplement to user/yaml.
2018-11-21user/py3-configargparse: new packagezlg2-0/+48
2018-11-21user/py3-rfc3339: new packagezlg1-0/+30
2018-11-21user/py3-requests-toolbelt: new packagezlg1-0/+28
2018-11-21user/py3-requests: new packagezlg1-0/+30
2018-11-21user/py3-mock: new packagezlg1-0/+29
2018-11-21user/py3-tz: new packagezlg3-0/+67
2018-11-21user/py3-pbr: new packagezlg1-0/+29
2018-11-21user/py3-josepy: new packagezlg1-0/+28
2018-11-21user/py3-urllib3: new packagezlg1-0/+31
2018-11-21user/py3-chardet: new packagezlg1-0/+29
2018-11-21user/py3-certifi: new packagezlg2-0/+43
2018-11-21user/py3-openssl: new packagezlg1-0/+29
2018-11-21user/py3-cryptography: new packagezlg1-0/+29
2018-11-21user/py3-configobj: new packagezlg1-0/+29
2018-11-21user/py3-zope-component: new packagezlg1-0/+29
2018-11-21user/py3-pysocks: new packagezlg1-0/+30
2018-11-21user/py3-asn1crypto: new packagezlg1-0/+33
2018-11-21user/py3-idna: new packagezlg1-0/+34
2018-11-21user/py3-zope-interface: new packagezlg1-0/+32
2018-11-21user/py3-parsedatetime: new packagezlg1-0/+29
2018-11-21user/py3-zope-event: new packagezlg1-0/+33
2018-11-21user/py3-future: new packagezlg1-0/+30
2018-11-21user/unrar: remove illegal packageA. Wilcox2-60/+0
2018-11-21Merge branch 'fix-yaml.2018-11-20' into 'master' A. Wilcox3-3/+72
system/yaml: Backport emitter fix from v0.2.2-pre1 These patches fix an emitter problem that prevents PyYAML 3.13's test suite from passing. They should not be necessary when libyaml v0.2.2 is released. Patch-Author: James Clarke <jrtc27@jrtc27.com> See-Also: https://github.com/yaml/pyyaml/issues/184 See-Also: https://github.com/yaml/libyaml/issues/60#issuecomment-311836709 See merge request !111
2018-11-20system/yaml: Backport emitter fix from v0.2.2-pre1zlg3-3/+72
These patches fix an emitter problem that prevents PyYAML 3.13's test suite from passing. They should not be necessary when libyaml v0.2.2 is released. Patch-Author: James Clarke <jrtc27@jrtc27.com> See-Also: https://github.com/yaml/pyyaml/issues/184 See-Also: https://github.com/yaml/libyaml/issues/60#issuecomment-311836709
2018-11-20Merge branch 'add-keychain' into 'master' A. Wilcox1-0/+29
user/keychain: new package Keychain is a set of shell scripts (edited by a Perl script) that automates the handling of OpenSSH, OpenPGP, and other security keys. Given that it's a shell script, I did not include dependencies on OpenSSH or GnuPG since it can be used with one, the other, both, or one of the more exotic options. Its behavior is completely dependent on the user telling it what to use. See merge request !109
2018-11-20Merge branch 'fix-fcron-initd' into 'master' A. Wilcox2-11/+96
system/fcron: fix initd '[crashed]' message Importing Gentoo's fcron initd script brings more options to starting fcron and fixes the '[crashed]' message in `rc-status`. See merge request !108
2018-11-20Merge branch 'bump.aerdan.20181115' into 'master' A. Wilcox3-6/+6
Bugfix bumps for packages owned by Kiyoshi Aman/the Adélie Perl team for 15 November 2018 See merge request !107
2018-11-20Merge branch 'rust' into 'master' A. Wilcox1-25/+25
user/rust: Fix patch checksums The old ones match if you run `sed -i 's/^2\.18\.0/2.19.1/ *.patch`. See merge request !106
2018-11-19user/keychain: remove testszlg1-4/+1
oops
2018-11-19user/keychain: new packagezlg1-0/+32
2018-11-19system/fcron: fix initd '[crashed]' messagezlg2-11/+96
Importing Gentoo's fcron initd script brings more options to starting fcron and fixes the '[crashed]' message in `rc-status`.
2018-11-18user/bugzilla: new packageA. Wilcox1-0/+43