Github messages for voidlinux
 help / color / mirror / Atom feed
From: tranzystorek-io <tranzystorek-io@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: cookiecutter-2.2.3
Date: Thu, 03 Aug 2023 23:22:21 +0200	[thread overview]
Message-ID: <20230803212221.nch3p4t7Kvf1I2f773t-6n5RGc2wMyxbe12Rs0oTVZk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44882@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2023-08-03 21:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230803212221.nch3p4t7Kvf1I2f773t-6n5RGc2wMyxbe12Rs0oTVZk@z \
    --to=tranzystorek-io@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).