Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cookiecutter-2.2.0
@ 2023-07-06 17:30 tranzystorek-io
  2023-07-10 14:04 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: tranzystorek-io @ 2023-07-06 17:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1246 bytes --]

There is a new pull request by tranzystorek-io against master on the void-packages repository

https://github.com/tranzystorek-io/void-packages cookiecutter
https://github.com/void-linux/void-packages/pull/44882

New package: cookiecutter-2.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/44882.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cookiecutter-44882.patch --]
[-- Type: text/x-diff, Size: 2000 bytes --]

From 04c0afd3edd92100d3d7ebd84cead0ddca668bf1 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 19 Jul 2022 08:47:55 +0200
Subject: [PATCH] New package: cookiecutter-2.2.0

---
 srcpkgs/cookiecutter/template | 29 +++++++++++++++++++++++++++++
 srcpkgs/python3-cookiecutter  |  1 +
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/cookiecutter/template
 create mode 120000 srcpkgs/python3-cookiecutter

diff --git a/srcpkgs/cookiecutter/template b/srcpkgs/cookiecutter/template
new file mode 100644
index 0000000000000..e37ffe05c9384
--- /dev/null
+++ b/srcpkgs/cookiecutter/template
@@ -0,0 +1,29 @@
+# Template file for 'cookiecutter'
+pkgname=cookiecutter
+version=2.2.0
+revision=1
+build_style=python3-module
+_module_depends="python3-Arrow python3-binaryornot python3-click python3-Jinja2 python3-requests python3-slugify python3-yaml"
+hostmakedepends="python3-setuptools"
+depends="python3-cookiecutter-${version}_${revision}"
+checkdepends="${_module_depends} git python3-freezegun python3-pytest python3-pytest-cov python3-pytest-mock"
+short_desc="Command-line utility that creates projects from project templates"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/cookiecutter/cookiecutter"
+changelog="https://raw.githubusercontent.com/cookiecutter/cookiecutter/main/HISTORY.md"
+distfiles="${PYPI_SITE}/c/cookiecutter/cookiecutter-${version}.tar.gz"
+checksum=b3437f49d04d359a200b03b63fb9e51be9eb0e751372c318a712a868d72c4f82
+
+post_install() {
+	vlicense LICENSE
+}
+
+python3-cookiecutter_package() {
+	depends="${_module_depends}"
+	short_desc+=" - Python3 library"
+	pkg_install() {
+		vmove "usr/lib/python3*"
+		vmove usr/share
+	}
+}
diff --git a/srcpkgs/python3-cookiecutter b/srcpkgs/python3-cookiecutter
new file mode 120000
index 0000000000000..6090908934c2a
--- /dev/null
+++ b/srcpkgs/python3-cookiecutter
@@ -0,0 +1 @@
+cookiecutter
\ No newline at end of file

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-08-10  3:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-06 17:30 [PR PATCH] New package: cookiecutter-2.2.0 tranzystorek-io
2023-07-10 14:04 ` [PR PATCH] [Updated] " tranzystorek-io
2023-07-22  9:23 ` [PR PATCH] [Updated] New package: cookiecutter-2.2.2 tranzystorek-io
2023-08-03 21:22 ` [PR PATCH] [Updated] New package: cookiecutter-2.2.3 tranzystorek-io
2023-08-07 20:46 ` [PR PATCH] [Updated] New package: cookiecutter-2.3.0 tranzystorek-io
2023-08-07 21:02 ` [PR PATCH] [Updated] New package: python3-cookiecutter-2.3.0 tranzystorek-io
2023-08-10  3:58 ` [PR PATCH] [Merged]: New package: cookiecutter-2.3.0 classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).