./databases/p5-DBIx-Class-Fixtures, Perl 5 module to handle databases fixtures using DBIx::Class schema

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.001039nb6, Package name: p5-DBIx-Class-Fixtures-1.001039nb6, Maintainer: pkgsrc-users

The Perl 5 module DBIx::Class::Fixtures allows to dump fixtures
from source database to filesystem then import to another database
(with same schema) at any time. Use as a constant dataset for
running tests against or for populating development databases when
impractical to use production clones. Describe fixture set using
relations and conditions based on your DBIx::Class schema.


Required to run:
[sysutils/p5-File-Copy-Recursive] [textproc/p5-YAML-Syck] [lang/perl5] [time/p5-DateTime] [devel/p5-IO-All] [devel/p5-Path-Class] [time/p5-DateTime-Format-MySQL] [time/p5-DateTime-Format-Pg] [devel/p5-Class-Accessor-Grouped] [devel/p5-Data-Visitor] [devel/p5-Config-Any] [databases/p5-DBIx-Class] [databases/p5-DBIx-Class-Schema-Loader] [devel/p5-Data-Dump-Streamer] [devel/p5-Hash-Merge] [time/p5-DateTime-Format-SQLite] [devel/p5-Test-Compile] [databases/p5-DBIx-Class-InflateColumn-FS] [devel/p5-Devel-Confess]

Required to build:
[databases/p5-DBD-SQLite] [devel/p5-Test-TempDir-Tiny]

Master sites: (Expand)

Filesize: 40.652 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
   2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Remove SHA1 distfile hashes
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2019-11-02 16:38:12 by Roland Illig | Files touched by this commit (115)
Log message:
databases: align variable assignments

pkglint -Wall -F --only aligned -r

No manual corrections.