Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] new package: python3-sphinx-copybutton
@ 2023-01-08  3:05 zdykstra
  2023-01-08  3:08 ` [PR PATCH] [Updated] " zdykstra
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: zdykstra @ 2023-01-08  3:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages python3-sphinx-copybutton
https://github.com/void-linux/void-packages/pull/41516

new package: python3-sphinx-copybutton
<!-- 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64 glibc)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-sphinx-copybutton-41516.patch --]
[-- Type: text/x-diff, Size: 1311 bytes --]

From 3739822e640b8aa6d5eee1b216f28d3fb4192ee0 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Sat, 7 Jan 2023 15:03:52 -0600
Subject: [PATCH] new package: python3-sphinx-copybutton

---
 srcpkgs/python3-sphinx-copybutton/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-sphinx-copybutton/template

diff --git a/srcpkgs/python3-sphinx-copybutton/template b/srcpkgs/python3-sphinx-copybutton/template
new file mode 100644
index 000000000000..1c5afca3fa3c
--- /dev/null
+++ b/srcpkgs/python3-sphinx-copybutton/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-sphinx-copybutton'
+pkgname=python3-sphinx-copybutton
+version=0.5.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-Sphinx"
+short_desc="Add a copy button to code blocks in Sphinx"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="MIT"
+homepage="https://sphinx-copybutton.readthedocs.io/en/latest/"
+changelog="https://raw.githubusercontent.com/executablebooks/sphinx-copybutton/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/s/sphinx-copybutton/sphinx-copybutton-${version}.tar.gz"
+checksum=366251e28a6f6041514bfb5439425210418d6c750e98d3a695b73e56866a677a
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] new package: python3-sphinx-copybutton
  2023-01-08  3:05 [PR PATCH] new package: python3-sphinx-copybutton zdykstra
@ 2023-01-08  3:08 ` zdykstra
  2023-01-08  3:11 ` zdykstra
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zdykstra @ 2023-01-08  3:08 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by zdykstra against master on the void-packages repository

https://github.com/zdykstra/void-packages python3-sphinx-copybutton
https://github.com/void-linux/void-packages/pull/41516

new package: python3-sphinx-copybutton
<!-- 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64 glibc)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-sphinx-copybutton-41516.patch --]
[-- Type: text/x-diff, Size: 1330 bytes --]

From f03cd2101962c854a121b68cbe0c8ffe1a9b19ba Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Sat, 7 Jan 2023 15:03:52 -0600
Subject: [PATCH] new package: python3-sphinx-copybutton

---
 srcpkgs/python3-sphinx-copybutton/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-sphinx-copybutton/template

diff --git a/srcpkgs/python3-sphinx-copybutton/template b/srcpkgs/python3-sphinx-copybutton/template
new file mode 100644
index 000000000000..c983c65a5757
--- /dev/null
+++ b/srcpkgs/python3-sphinx-copybutton/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-sphinx-copybutton'
+pkgname=python3-sphinx-copybutton
+version=0.5.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-Sphinx python3-setuptools"
+short_desc="Add a copy button to code blocks in Sphinx"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="MIT"
+homepage="https://sphinx-copybutton.readthedocs.io/en/latest/"
+changelog="https://raw.githubusercontent.com/executablebooks/sphinx-copybutton/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/s/sphinx-copybutton/sphinx-copybutton-${version}.tar.gz"
+checksum=366251e28a6f6041514bfb5439425210418d6c750e98d3a695b73e56866a677a
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] new package: python3-sphinx-copybutton
  2023-01-08  3:05 [PR PATCH] new package: python3-sphinx-copybutton zdykstra
  2023-01-08  3:08 ` [PR PATCH] [Updated] " zdykstra
@ 2023-01-08  3:11 ` zdykstra
  2023-01-08  3:15 ` zdykstra
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zdykstra @ 2023-01-08  3:11 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by zdykstra against master on the void-packages repository

https://github.com/zdykstra/void-packages python3-sphinx-copybutton
https://github.com/void-linux/void-packages/pull/41516

new package: python3-sphinx-copybutton
<!-- 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64 glibc)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-sphinx-copybutton-41516.patch --]
[-- Type: text/x-diff, Size: 1323 bytes --]

From 31f03067c2e28418723562707a2c98af3db9971e Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Sat, 7 Jan 2023 15:03:52 -0600
Subject: [PATCH] new package: python3-sphinx-copybutton

---
 srcpkgs/python3-sphinx-copybutton/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-sphinx-copybutton/template

diff --git a/srcpkgs/python3-sphinx-copybutton/template b/srcpkgs/python3-sphinx-copybutton/template
new file mode 100644
index 000000000000..c98638d51e14
--- /dev/null
+++ b/srcpkgs/python3-sphinx-copybutton/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-sphinx-copybutton'
+pkgname=python3-sphinx-copybutton
+version=0.5.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pip"
+depends="python3-Sphinx"
+short_desc="Add a copy button to code blocks in Sphinx"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="MIT"
+homepage="https://sphinx-copybutton.readthedocs.io/en/latest/"
+changelog="https://raw.githubusercontent.com/executablebooks/sphinx-copybutton/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/s/sphinx-copybutton/sphinx-copybutton-${version}.tar.gz"
+checksum=366251e28a6f6041514bfb5439425210418d6c750e98d3a695b73e56866a677a
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] new package: python3-sphinx-copybutton
  2023-01-08  3:05 [PR PATCH] new package: python3-sphinx-copybutton zdykstra
  2023-01-08  3:08 ` [PR PATCH] [Updated] " zdykstra
  2023-01-08  3:11 ` zdykstra
@ 2023-01-08  3:15 ` zdykstra
  2023-01-08  3:22 ` zdykstra
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zdykstra @ 2023-01-08  3:15 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by zdykstra against master on the void-packages repository

https://github.com/zdykstra/void-packages python3-sphinx-copybutton
https://github.com/void-linux/void-packages/pull/41516

new package: python3-sphinx-copybutton
<!-- 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64 glibc)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-sphinx-copybutton-41516.patch --]
[-- Type: text/x-diff, Size: 1355 bytes --]

From e67e5ae163de01a97212943bce9441e325861551 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Sat, 7 Jan 2023 15:03:52 -0600
Subject: [PATCH] new package: python3-sphinx-copybutton

---
 srcpkgs/python3-sphinx-copybutton/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-sphinx-copybutton/template

diff --git a/srcpkgs/python3-sphinx-copybutton/template b/srcpkgs/python3-sphinx-copybutton/template
new file mode 100644
index 000000000000..86872942e0dc
--- /dev/null
+++ b/srcpkgs/python3-sphinx-copybutton/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-sphinx-copybutton'
+pkgname=python3-sphinx-copybutton
+version=0.5.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pip"
+depends="python3-Sphinx python3-sphinxcontrib-applehelp"
+short_desc="Add a copy button to code blocks in Sphinx"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="MIT"
+homepage="https://sphinx-copybutton.readthedocs.io/en/latest/"
+changelog="https://raw.githubusercontent.com/executablebooks/sphinx-copybutton/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/s/sphinx-copybutton/sphinx-copybutton-${version}.tar.gz"
+checksum=366251e28a6f6041514bfb5439425210418d6c750e98d3a695b73e56866a677a
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] new package: python3-sphinx-copybutton
  2023-01-08  3:05 [PR PATCH] new package: python3-sphinx-copybutton zdykstra
                   ` (2 preceding siblings ...)
  2023-01-08  3:15 ` zdykstra
@ 2023-01-08  3:22 ` zdykstra
  2023-01-08  3:27 ` zdykstra
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zdykstra @ 2023-01-08  3:22 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by zdykstra against master on the void-packages repository

https://github.com/zdykstra/void-packages python3-sphinx-copybutton
https://github.com/void-linux/void-packages/pull/41516

new package: python3-sphinx-copybutton
<!-- 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64 glibc)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-sphinx-copybutton-41516.patch --]
[-- Type: text/x-diff, Size: 1311 bytes --]

From 635bcd9dfc6d41bd548edb1487e0f38ff8c42e96 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Sat, 7 Jan 2023 15:03:52 -0600
Subject: [PATCH] new package: python3-sphinx-copybutton

---
 srcpkgs/python3-sphinx-copybutton/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-sphinx-copybutton/template

diff --git a/srcpkgs/python3-sphinx-copybutton/template b/srcpkgs/python3-sphinx-copybutton/template
new file mode 100644
index 000000000000..1c5afca3fa3c
--- /dev/null
+++ b/srcpkgs/python3-sphinx-copybutton/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-sphinx-copybutton'
+pkgname=python3-sphinx-copybutton
+version=0.5.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-Sphinx"
+short_desc="Add a copy button to code blocks in Sphinx"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="MIT"
+homepage="https://sphinx-copybutton.readthedocs.io/en/latest/"
+changelog="https://raw.githubusercontent.com/executablebooks/sphinx-copybutton/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/s/sphinx-copybutton/sphinx-copybutton-${version}.tar.gz"
+checksum=366251e28a6f6041514bfb5439425210418d6c750e98d3a695b73e56866a677a
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] new package: python3-sphinx-copybutton
  2023-01-08  3:05 [PR PATCH] new package: python3-sphinx-copybutton zdykstra
                   ` (3 preceding siblings ...)
  2023-01-08  3:22 ` zdykstra
@ 2023-01-08  3:27 ` zdykstra
  2023-01-08  3:37 ` zdykstra
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zdykstra @ 2023-01-08  3:27 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by zdykstra against master on the void-packages repository

https://github.com/zdykstra/void-packages python3-sphinx-copybutton
https://github.com/void-linux/void-packages/pull/41516

new package: python3-sphinx-copybutton
<!-- 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64 glibc)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-sphinx-copybutton-41516.patch --]
[-- Type: text/x-diff, Size: 1323 bytes --]

From 9155b1c928ae0152e1e064faed105d4e3d5b5b57 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Sat, 7 Jan 2023 15:03:52 -0600
Subject: [PATCH] new package: python3-sphinx-copybutton

---
 srcpkgs/python3-sphinx-copybutton/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-sphinx-copybutton/template

diff --git a/srcpkgs/python3-sphinx-copybutton/template b/srcpkgs/python3-sphinx-copybutton/template
new file mode 100644
index 000000000000..c98638d51e14
--- /dev/null
+++ b/srcpkgs/python3-sphinx-copybutton/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-sphinx-copybutton'
+pkgname=python3-sphinx-copybutton
+version=0.5.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pip"
+depends="python3-Sphinx"
+short_desc="Add a copy button to code blocks in Sphinx"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="MIT"
+homepage="https://sphinx-copybutton.readthedocs.io/en/latest/"
+changelog="https://raw.githubusercontent.com/executablebooks/sphinx-copybutton/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/s/sphinx-copybutton/sphinx-copybutton-${version}.tar.gz"
+checksum=366251e28a6f6041514bfb5439425210418d6c750e98d3a695b73e56866a677a
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] new package: python3-sphinx-copybutton
  2023-01-08  3:05 [PR PATCH] new package: python3-sphinx-copybutton zdykstra
                   ` (4 preceding siblings ...)
  2023-01-08  3:27 ` zdykstra
@ 2023-01-08  3:37 ` zdykstra
  2023-01-08  3:42 ` zdykstra
  2023-01-08  3:46 ` [PR PATCH] [Merged]: " ahesford
  7 siblings, 0 replies; 9+ messages in thread
From: zdykstra @ 2023-01-08  3:37 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by zdykstra against master on the void-packages repository

https://github.com/zdykstra/void-packages python3-sphinx-copybutton
https://github.com/void-linux/void-packages/pull/41516

new package: python3-sphinx-copybutton
<!-- 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64 glibc)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-sphinx-copybutton-41516.patch --]
[-- Type: text/x-diff, Size: 1355 bytes --]

From 00c4a8a101b52dcc2a8432968108294a1589ff62 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Sat, 7 Jan 2023 15:03:52 -0600
Subject: [PATCH] new package: python3-sphinx-copybutton

---
 srcpkgs/python3-sphinx-copybutton/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-sphinx-copybutton/template

diff --git a/srcpkgs/python3-sphinx-copybutton/template b/srcpkgs/python3-sphinx-copybutton/template
new file mode 100644
index 000000000000..2d130ed2dcbc
--- /dev/null
+++ b/srcpkgs/python3-sphinx-copybutton/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-sphinx-copybutton'
+pkgname=python3-sphinx-copybutton
+version=0.5.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-Sphinx"
+checkdepends="python3-Sphinx python3-pip"
+short_desc="Add a copy button to code blocks in Sphinx"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="MIT"
+homepage="https://sphinx-copybutton.readthedocs.io/en/latest/"
+changelog="https://raw.githubusercontent.com/executablebooks/sphinx-copybutton/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/s/sphinx-copybutton/sphinx-copybutton-${version}.tar.gz"
+checksum=366251e28a6f6041514bfb5439425210418d6c750e98d3a695b73e56866a677a
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] new package: python3-sphinx-copybutton
  2023-01-08  3:05 [PR PATCH] new package: python3-sphinx-copybutton zdykstra
                   ` (5 preceding siblings ...)
  2023-01-08  3:37 ` zdykstra
@ 2023-01-08  3:42 ` zdykstra
  2023-01-08  3:46 ` [PR PATCH] [Merged]: " ahesford
  7 siblings, 0 replies; 9+ messages in thread
From: zdykstra @ 2023-01-08  3:42 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by zdykstra against master on the void-packages repository

https://github.com/zdykstra/void-packages python3-sphinx-copybutton
https://github.com/void-linux/void-packages/pull/41516

new package: python3-sphinx-copybutton
<!-- 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64 glibc)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-sphinx-copybutton-41516.patch --]
[-- Type: text/x-diff, Size: 1355 bytes --]

From af7c5ded1043d702d32a39c58379ed5216efd3bb Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Sat, 7 Jan 2023 15:03:52 -0600
Subject: [PATCH] new package: python3-sphinx-copybutton

---
 srcpkgs/python3-sphinx-copybutton/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-sphinx-copybutton/template

diff --git a/srcpkgs/python3-sphinx-copybutton/template b/srcpkgs/python3-sphinx-copybutton/template
new file mode 100644
index 000000000000..f5b5a14d296b
--- /dev/null
+++ b/srcpkgs/python3-sphinx-copybutton/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-sphinx-copybutton'
+pkgname=python3-sphinx-copybutton
+version=0.5.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-Sphinx"
+short_desc="Add a copy button to code blocks in Sphinx"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="MIT"
+homepage="https://sphinx-copybutton.readthedocs.io/en/latest/"
+changelog="https://raw.githubusercontent.com/executablebooks/sphinx-copybutton/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/s/sphinx-copybutton/sphinx-copybutton-${version}.tar.gz"
+checksum=366251e28a6f6041514bfb5439425210418d6c750e98d3a695b73e56866a677a
+make_check=no # package provides no tests
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: new package: python3-sphinx-copybutton
  2023-01-08  3:05 [PR PATCH] new package: python3-sphinx-copybutton zdykstra
                   ` (6 preceding siblings ...)
  2023-01-08  3:42 ` zdykstra
@ 2023-01-08  3:46 ` ahesford
  7 siblings, 0 replies; 9+ messages in thread
From: ahesford @ 2023-01-08  3:46 UTC (permalink / raw)
  To: ml

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

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

new package: python3-sphinx-copybutton
https://github.com/void-linux/void-packages/pull/41516

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64 glibc)



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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-08  3:05 [PR PATCH] new package: python3-sphinx-copybutton zdykstra
2023-01-08  3:08 ` [PR PATCH] [Updated] " zdykstra
2023-01-08  3:11 ` zdykstra
2023-01-08  3:15 ` zdykstra
2023-01-08  3:22 ` zdykstra
2023-01-08  3:27 ` zdykstra
2023-01-08  3:37 ` zdykstra
2023-01-08  3:42 ` zdykstra
2023-01-08  3:46 ` [PR PATCH] [Merged]: " ahesford

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