2022-01-27 11:57:32 by Thomas Klausner | Files touched by this commit (10) |
Log message:
*: switch py-testtools users to versioned_dependencies.mk
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2019-11-03 11:18:30 by Roland Illig | Files touched by this commit (36) |
Log message:
devel/py-*: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-06-02 05:22:02 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(devel/py-fixtures) Add BUILD_DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*
bulkbuild log shows following
| ...
| File \
"/usr/pkg/lib/python3.7/site-packages/setuptools/command/easy_install.py&qu \
ot;,
| line 673, in easy_install
| raise DistutilsError(msg)
| distutils.errors.DistutilsError: Could not find suitable distribution for
| Requirement.parse('pbr>0.11')
| *** Error code 1
|
| Stop.
| make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/devel/py-fixtures
|
2017-02-22 15:02:49 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Import py-fixtures-3.0.0 as devel/py-fixtures.
Fixtures defines a Python contract for reusable state / support
logic, primarily for unit testing. Helper and adaption logic is
included to make it easy to write your own fixtures using the
fixtures contract. Glue code is provided that makes using fixtures
that meet the Fixtures contract in unittest compatible test cases
easy and straight forward.
|