Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-autopep8-1.4.4.
@ 2019-12-29 18:45 voidlinux-github
  2019-12-30 16:40 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-12-29 18:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/k4leg/void-packages python3-autopep8
https://github.com/void-linux/void-packages/pull/17869

New package: python3-autopep8-1.4.4.


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

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

From 6f01773edf573fa704bd0e4a45dfc084a52e077f Mon Sep 17 00:00:00 2001
From: k4leg <d0xi@inbox.ru>
Date: Sun, 29 Dec 2019 21:43:31 +0300
Subject: [PATCH] New package: python3-autopep8-1.4.4.

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

diff --git a/srcpkgs/python3-autopep8/template b/srcpkgs/python3-autopep8/template
new file mode 100644
index 00000000000..f3fe90c383d
--- /dev/null
+++ b/srcpkgs/python3-autopep8/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-autopep8'
+pkgname=python3-autopep8
+version=1.4.4
+revision=1
+wrksrc="${pkgname/*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-pycodestyle"
+short_desc="Automatically formats Python code to conform to the PEP 8 style guide"
+maintainer="k4leg <d0xi@inbox.ru>"
+license="MIT"
+homepage="https://github.com/hhatto/autopep8"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=7ec12f04caaf357ec4d19a832c2f65434cc1cc2d12db6eb7d6d5131565f45754
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-autopep8-1.4.4.
  2019-12-29 18:45 [PR PATCH] New package: python3-autopep8-1.4.4 voidlinux-github
@ 2019-12-30 16:40 ` voidlinux-github
  2019-12-31 12:38 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-12-30 16:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/k4leg/void-packages python3-autopep8
https://github.com/void-linux/void-packages/pull/17869

New package: python3-autopep8-1.4.4.


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

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

From 1b9dfa734aac50947631f838d2bf0d2ed48068d3 Mon Sep 17 00:00:00 2001
From: k4leg <d0xi@inbox.ru>
Date: Sun, 29 Dec 2019 21:43:31 +0300
Subject: [PATCH] New package: python3-autopep8-1.4.4.

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

diff --git a/srcpkgs/python3-autopep8/template b/srcpkgs/python3-autopep8/template
new file mode 100644
index 00000000000..88e9801da52
--- /dev/null
+++ b/srcpkgs/python3-autopep8/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-autopep8'
+pkgname=python3-autopep8
+version=1.4.4
+revision=1
+wrksrc="${pkgname/*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-pycodestyle"
+short_desc="Automatically formats Python code to conform to the PEP 8 style guide"
+maintainer="k4leg <d0xi@inbox.ru>"
+license="MIT"
+homepage="https://github.com/hhatto/autopep8"
+distfiles="${PYPI_SITE}/a/${pkgname/*-}/${pkgname/*-}-${version}.tar.gz"
+checksum=4d8eec30cc81bc5617dbf1218201d770dc35629363547f17577c61683ccfb3ee
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: python3-autopep8-1.4.4.
  2019-12-29 18:45 [PR PATCH] New package: python3-autopep8-1.4.4 voidlinux-github
  2019-12-30 16:40 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-12-31 12:38 ` voidlinux-github
  2020-01-01 10:06 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-12-31 12:38 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/17869#issuecomment-569922564

Comment:
Should be named autopep8 because this is executable. python3- prefix is for modules that need to be imported.

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

* Re: [PR PATCH] [Updated] New package: python3-autopep8-1.4.4.
  2019-12-29 18:45 [PR PATCH] New package: python3-autopep8-1.4.4 voidlinux-github
  2019-12-30 16:40 ` [PR PATCH] [Updated] " voidlinux-github
  2019-12-31 12:38 ` voidlinux-github
@ 2020-01-01 10:06 ` voidlinux-github
  2020-01-05 21:31 ` [PR PATCH] [Updated] New package: autopep8-1.4.4 voidlinux-github
  2020-01-06 14:28 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-01 10:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/k4leg/void-packages python3-autopep8
https://github.com/void-linux/void-packages/pull/17869

New package: python3-autopep8-1.4.4.


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

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

From 3337e4404c93a20efbd6d19663cf0f0119c17c93 Mon Sep 17 00:00:00 2001
From: k4leg <d0xi@inbox.ru>
Date: Wed, 1 Jan 2020 13:05:44 +0300
Subject: [PATCH] New package: autopep8-1.4.4

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

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
new file mode 100644
index 00000000000..16a04e1b104
--- /dev/null
+++ b/srcpkgs/autopep8/template
@@ -0,0 +1,16 @@
+# Template file for 'autopep8'
+pkgname=autopep8
+version=1.4.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-pycodestyle"
+short_desc="Automatically formats Python code to conform to the PEP 8 style guide"
+maintainer="k4leg <d0xi@inbox.ru>"
+license="MIT"
+homepage="https://github.com/hhatto/autopep8"
+distfiles="${PYPI_SITE}/a/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=4d8eec30cc81bc5617dbf1218201d770dc35629363547f17577c61683ccfb3ee
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: autopep8-1.4.4.
  2019-12-29 18:45 [PR PATCH] New package: python3-autopep8-1.4.4 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-01 10:06 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-05 21:31 ` voidlinux-github
  2020-01-06 14:28 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-05 21:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/k4leg/void-packages python3-autopep8
https://github.com/void-linux/void-packages/pull/17869

New package: autopep8-1.4.4.


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

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

From 780702dc0eee7a22e067b17c181db1c0d96d3310 Mon Sep 17 00:00:00 2001
From: k4leg <d0xi@inbox.ru>
Date: Wed, 1 Jan 2020 13:05:44 +0300
Subject: [PATCH] New package: autopep8-1.4.4

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

diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template
new file mode 100644
index 00000000000..623a663354c
--- /dev/null
+++ b/srcpkgs/autopep8/template
@@ -0,0 +1,17 @@
+# Template file for 'autopep8'
+pkgname=autopep8
+version=1.4.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-pycodestyle"
+depends="python3-pycodestyle"
+short_desc="Automatically formats Python code to conform to the PEP 8 style guide"
+maintainer="k4leg <d0xi@inbox.ru>"
+license="MIT"
+homepage="https://github.com/hhatto/autopep8"
+distfiles="${PYPI_SITE}/a/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum=4d8eec30cc81bc5617dbf1218201d770dc35629363547f17577c61683ccfb3ee
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: autopep8-1.4.4.
  2019-12-29 18:45 [PR PATCH] New package: python3-autopep8-1.4.4 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-05 21:31 ` [PR PATCH] [Updated] New package: autopep8-1.4.4 voidlinux-github
@ 2020-01-06 14:28 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-06 14:28 UTC (permalink / raw)
  To: ml

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

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

New package: autopep8-1.4.4.
https://github.com/void-linux/void-packages/pull/17869

Description:


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

end of thread, other threads:[~2020-01-06 14:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-29 18:45 [PR PATCH] New package: python3-autopep8-1.4.4 voidlinux-github
2019-12-30 16:40 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-31 12:38 ` voidlinux-github
2020-01-01 10:06 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-05 21:31 ` [PR PATCH] [Updated] New package: autopep8-1.4.4 voidlinux-github
2020-01-06 14:28 ` [PR PATCH] [Merged]: " voidlinux-github

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