Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-rope-1.11.0
@ 2023-12-22 16:30 realcharmer
  2024-03-18 15:42 ` [PR PATCH] [Updated] " realcharmer
  2024-03-18 15:42 ` realcharmer
  0 siblings, 2 replies; 3+ messages in thread
From: realcharmer @ 2023-12-22 16:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages python3-rope
https://github.com/void-linux/void-packages/pull/47873

New package: python3-rope-1.11.0
Closes: #47753

- I tested the changes in this PR: **briefly**

#### 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/47873.patch is attached

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

From 869c62084ab5f269c004485d1b74d3c3b412e4d7 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Fri, 22 Dec 2023 17:28:32 +0100
Subject: [PATCH] New package: python3-rope-1.11.0

Closes: #47753
---
 srcpkgs/python3-rope/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-rope/template

diff --git a/srcpkgs/python3-rope/template b/srcpkgs/python3-rope/template
new file mode 100644
index 0000000000000..546b977f8151b
--- /dev/null
+++ b/srcpkgs/python3-rope/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-rope'
+pkgname=python3-rope
+version=1.11.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3"
+short_desc="Python refactoring library"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://github.com/python-rope/rope"
+changelog="https://github.com/python-rope/rope/blob/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/r/rope/rope-${version}.tar.gz"
+checksum=ac0cbdcda5a546e1e56c54976df07ea2cb04c806f65459bc213536c5d1bc073e

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

* Re: [PR PATCH] [Updated] New package: python3-rope-1.11.0
  2023-12-22 16:30 [PR PATCH] New package: python3-rope-1.11.0 realcharmer
@ 2024-03-18 15:42 ` realcharmer
  2024-03-18 15:42 ` realcharmer
  1 sibling, 0 replies; 3+ messages in thread
From: realcharmer @ 2024-03-18 15:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages python3-rope
https://github.com/void-linux/void-packages/pull/47873

New package: python3-rope-1.11.0
Closes: #47753

- I tested the changes in this PR: **briefly**

#### 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/47873.patch is attached

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

From fd8646a2e211376fe2c9adeaceeae8a82b2a473a Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Fri, 22 Dec 2023 17:28:32 +0100
Subject: [PATCH] New package: python3-rope-1.12.0

Closes: #47753
---
 srcpkgs/python3-rope/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-rope/template

diff --git a/srcpkgs/python3-rope/template b/srcpkgs/python3-rope/template
new file mode 100644
index 00000000000000..ce459d90195a63
--- /dev/null
+++ b/srcpkgs/python3-rope/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-rope'
+pkgname=python3-rope
+version=1.12.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3"
+short_desc="Python refactoring library"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://github.com/python-rope/rope"
+changelog="https://github.com/python-rope/rope/blob/master/CHANGELOG.md"
+distfiles="${PYPI_SITE}/r/rope/rope-${version}.tar.gz"
+checksum=93a1bb991fbf0426e8d415102d1c092ccc42e826ce9a42c4d61ce53d7786d9d9

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

* Re: New package: python3-rope-1.11.0
  2023-12-22 16:30 [PR PATCH] New package: python3-rope-1.11.0 realcharmer
  2024-03-18 15:42 ` [PR PATCH] [Updated] " realcharmer
@ 2024-03-18 15:42 ` realcharmer
  1 sibling, 0 replies; 3+ messages in thread
From: realcharmer @ 2024-03-18 15:42 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/47873#issuecomment-2004265531

Comment:
Updated to version `1.12.0`.

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

end of thread, other threads:[~2024-03-18 15:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-22 16:30 [PR PATCH] New package: python3-rope-1.11.0 realcharmer
2024-03-18 15:42 ` [PR PATCH] [Updated] " realcharmer
2024-03-18 15:42 ` realcharmer

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