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

* Re: [PR PATCH] [Updated] New package: cookiecutter-2.2.0
  2023-07-06 17:30 [PR PATCH] New package: cookiecutter-2.2.0 tranzystorek-io
@ 2023-07-10 14:04 ` tranzystorek-io
  2023-07-22  9:23 ` [PR PATCH] [Updated] New package: cookiecutter-2.2.2 tranzystorek-io
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tranzystorek-io @ 2023-07-10 14:04 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1996 bytes --]

From 6693932769ef45729e893d0053870d7c49c2c776 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.2

---
 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 000000000000..66b70b0e36bf
--- /dev/null
+++ b/srcpkgs/cookiecutter/template
@@ -0,0 +1,29 @@
+# Template file for 'cookiecutter'
+pkgname=cookiecutter
+version=2.2.2
+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=3b475d17573a7785b4a22fab693be249840e235a92c93c0fa088b39e9193f194
+
+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 000000000000..6090908934c2
--- /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

* Re: [PR PATCH] [Updated] New package: cookiecutter-2.2.2
  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 ` tranzystorek-io
  2023-08-03 21:22 ` [PR PATCH] [Updated] New package: cookiecutter-2.2.3 tranzystorek-io
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tranzystorek-io @ 2023-07-22  9:23 UTC (permalink / raw)
  To: ml

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

There is an updated 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.2
<!-- 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: 1996 bytes --]

From 83caec6f9806c9b12da90d5af89f6d0c022ac20e 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.3

---
 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 000000000000..2e5f0642a382
--- /dev/null
+++ b/srcpkgs/cookiecutter/template
@@ -0,0 +1,29 @@
+# Template file for 'cookiecutter'
+pkgname=cookiecutter
+version=2.2.3
+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=d56f18c0c01c09804450b501ac43e8f6104cfa7cdd93610359c68b1ba9fd84d2
+
+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 000000000000..6090908934c2
--- /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

* Re: [PR PATCH] [Updated] New package: cookiecutter-2.2.3
  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 ` tranzystorek-io
  2023-08-07 20:46 ` [PR PATCH] [Updated] New package: cookiecutter-2.3.0 tranzystorek-io
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tranzystorek-io @ 2023-08-03 21:22 UTC (permalink / raw)
  To: ml

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

There is an updated 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.3
<!-- 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: 2013 bytes --]

From b9dc4f541ce914d792afc833f2ca6d09e8b59675 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.3.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..c3c05bd0f8a1f
--- /dev/null
+++ b/srcpkgs/cookiecutter/template
@@ -0,0 +1,29 @@
+# Template file for 'cookiecutter'
+pkgname=cookiecutter
+version=2.3.0
+revision=1
+build_style=python3-module
+_module_depends="python3-Arrow python3-Jinja2 python3-binaryornot python3-click python3-requests python3-rich 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=942a794981747f6d7f439d6e49d39dc91a9a641283614160c93c474c72c29621
+
+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

* Re: [PR PATCH] [Updated] New package: cookiecutter-2.3.0
  2023-07-06 17:30 [PR PATCH] New package: cookiecutter-2.2.0 tranzystorek-io
                   ` (2 preceding siblings ...)
  2023-08-03 21:22 ` [PR PATCH] [Updated] New package: cookiecutter-2.2.3 tranzystorek-io
@ 2023-08-07 20:46 ` 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
  5 siblings, 0 replies; 7+ messages in thread
From: tranzystorek-io @ 2023-08-07 20:46 UTC (permalink / raw)
  To: ml

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

There is an updated 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.3.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: 1503 bytes --]

From 7c81e1e16ef3a481020e026d791245d9fe567a39 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: python3-cookiecutter-2.3.0

---
 srcpkgs/python3-cookiecutter/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-cookiecutter/template

diff --git a/srcpkgs/python3-cookiecutter/template b/srcpkgs/python3-cookiecutter/template
new file mode 100644
index 0000000000000..09d914c4792ff
--- /dev/null
+++ b/srcpkgs/python3-cookiecutter/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-cookiecutter'
+pkgname=python3-cookiecutter
+version=2.3.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-Arrow python3-Jinja2 python3-binaryornot python3-click
+ python3-requests python3-rich python3-slugify python3-yaml"
+checkdepends="${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=942a794981747f6d7f439d6e49d39dc91a9a641283614160c93c474c72c29621
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-cookiecutter-2.3.0
  2023-07-06 17:30 [PR PATCH] New package: cookiecutter-2.2.0 tranzystorek-io
                   ` (3 preceding siblings ...)
  2023-08-07 20:46 ` [PR PATCH] [Updated] New package: cookiecutter-2.3.0 tranzystorek-io
@ 2023-08-07 21:02 ` tranzystorek-io
  2023-08-10  3:58 ` [PR PATCH] [Merged]: New package: cookiecutter-2.3.0 classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: tranzystorek-io @ 2023-08-07 21:02 UTC (permalink / raw)
  To: ml

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

There is an updated 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: python3-cookiecutter-2.3.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: 1439 bytes --]

From 4c1cfb171abdf4ef7db67b79d7b9850626a4515e 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.3.0

---
 srcpkgs/cookiecutter/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/cookiecutter/template

diff --git a/srcpkgs/cookiecutter/template b/srcpkgs/cookiecutter/template
new file mode 100644
index 0000000000000..023d3d6bbb5b8
--- /dev/null
+++ b/srcpkgs/cookiecutter/template
@@ -0,0 +1,20 @@
+# Template file for 'cookiecutter'
+pkgname=cookiecutter
+version=2.3.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-Arrow python3-Jinja2 python3-binaryornot python3-click
+ python3-requests python3-rich python3-slugify python3-yaml"
+checkdepends="${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=942a794981747f6d7f439d6e49d39dc91a9a641283614160c93c474c72c29621
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: cookiecutter-2.3.0
  2023-07-06 17:30 [PR PATCH] New package: cookiecutter-2.2.0 tranzystorek-io
                   ` (4 preceding siblings ...)
  2023-08-07 21:02 ` [PR PATCH] [Updated] New package: python3-cookiecutter-2.3.0 tranzystorek-io
@ 2023-08-10  3:58 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-08-10  3:58 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

New package: cookiecutter-2.3.0
https://github.com/void-linux/void-packages/pull/44882

Description:
<!-- 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
-->


^ 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).