diff options
author | 2021-04-16 17:25:14 +0200 | |
---|---|---|
committer | 2021-04-16 17:35:15 +0200 | |
commit | cfc5aaf1ec3029a7aeb0401b5180619a6201e782 (patch) | |
tree | 8f4796d9b5c785dec0391dcd63e6e02139b5e4bf /dev-vcs/pre-commit/metadata.xml | |
parent | dev-python/identify: new package (diff) | |
download | gentoo-cfc5aaf1ec3029a7aeb0401b5180619a6201e782.tar.gz gentoo-cfc5aaf1ec3029a7aeb0401b5180619a6201e782.tar.bz2 gentoo-cfc5aaf1ec3029a7aeb0401b5180619a6201e782.zip |
dev-vcs/pre-commit: new package
With tests regrettably restricted for now - although their vast majority
(excluding the language/repository ones, which have a lot of
dependencies and do not always handle their absence correctly) passes,
there are 9 which fail due to unspecified problems invoking git.
Closes: https://bugs.gentoo.org/679014
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-vcs/pre-commit/metadata.xml')
-rw-r--r-- | dev-vcs/pre-commit/metadata.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-vcs/pre-commit/metadata.xml b/dev-vcs/pre-commit/metadata.xml new file mode 100644 index 000000000000..cf8278c8169b --- /dev/null +++ b/dev-vcs/pre-commit/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>marecki@gentoo.org</email> + <name>Marek Szuba</name> + </maintainer> + <upstream> + <remote-id type="github">pre-commit/pre-commit</remote-id> + <remote-id type="pypi">pre-commit</remote-id> + </upstream> +</pkgmetadata> |