Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-alembic: Set to Python3 only.
@ 2020-01-01  2:48 voidlinux-github
  2020-01-18 15:44 ` [PR PATCH] [Closed]: " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-01  2:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages alembic
https://github.com/void-linux/void-packages/pull/17959

python-alembic: Set to Python3 only.


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

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

From 2d8dd8d8019e1f7c8e59fd1d4a45a4fa20365803 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 31 Dec 2019 20:31:02 -0600
Subject: [PATCH] python-alembic: Set to Python3 only.

---
 srcpkgs/python-alembic/template  | 32 ++------------------------------
 srcpkgs/python3-alembic          |  1 -
 srcpkgs/python3-alembic/template | 24 ++++++++++++++++++++++++
 3 files changed, 26 insertions(+), 31 deletions(-)
 delete mode 120000 srcpkgs/python3-alembic
 create mode 100644 srcpkgs/python3-alembic/template

diff --git a/srcpkgs/python-alembic/template b/srcpkgs/python-alembic/template
index 4c79f3679a2..cd3ba2c8e36 100644
--- a/srcpkgs/python-alembic/template
+++ b/srcpkgs/python-alembic/template
@@ -3,36 +3,8 @@ pkgname=python-alembic
 version=1.3.1
 revision=2
 archs=noarch
-wrksrc="alembic-${version}"
-build_style=python-module
-pycompile_module="alembic"
-hostmakedepends="python-setuptools python3-setuptools"
-depends="python-Mako python-SQLAlchemy python-dateutil python-editor"
-checkdepends="${depends} ${depends//python-/python3-}
- python-pytest python3-pytest python-mock tox"
-short_desc="Database migration tool for SQLAlchemy (Python2)"
+build_style=meta
+short_desc="Database migration tool for SQLAlchemy (removed package)"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="MIT"
 homepage="https://bitbucket.org/zzzeek/alembic"
-distfiles="${PYPI_SITE}/a/alembic/alembic-${version}.tar.gz"
-checksum=49277bb7242192bbb9eac58fed4fe02ec6c3a2a4b4345d2171197459266482b2
-
-do_check() {
-	tox -e py27,py${py3_ver/./}
-}
-
-post_install() {
-	vlicense LICENSE
-}
-
-python3-alembic_package() {
-	archs=noarch
-	pycompile_module="alembic"
-	depends="python3-Mako python3-SQLAlchemy python3-dateutil python3-editor"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/bin/*3
-		vmove usr/lib/python3*
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python3-alembic b/srcpkgs/python3-alembic
deleted file mode 120000
index 3b0582ddf8a..00000000000
--- a/srcpkgs/python3-alembic
+++ /dev/null
@@ -1 +0,0 @@
-python-alembic
\ No newline at end of file
diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template
new file mode 100644
index 00000000000..144529b53a6
--- /dev/null
+++ b/srcpkgs/python3-alembic/template
@@ -0,0 +1,24 @@
+# Template file for 'python3-alembic'
+pkgname=python3-alembic
+version=1.3.1
+revision=3
+archs=noarch
+wrksrc="alembic-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-Mako python3-SQLAlchemy python3-dateutil python3-editor"
+checkdepends="$depends python3-pytest python3-mock"
+short_desc="Database migration tool for SQLAlchemy"
+maintainer="Piotr Wójcik <chocimier@tlen.pl>"
+license="MIT"
+homepage="https://bitbucket.org/zzzeek/alembic"
+distfiles="${PYPI_SITE}/a/alembic/alembic-${version}.tar.gz"
+checksum=49277bb7242192bbb9eac58fed4fe02ec6c3a2a4b4345d2171197459266482b2
+
+do_check() {
+	tox -e py27,py${py3_ver/./}
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Closed]: python-alembic: Set to Python3 only.
  2020-01-01  2:48 [PR PATCH] python-alembic: Set to Python3 only voidlinux-github
@ 2020-01-18 15:44 ` voidlinux-github
  2020-01-18 15:44 ` voidlinux-github
  2020-01-18 15:45 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-18 15:44 UTC (permalink / raw)
  To: ml

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

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

python-alembic: Set to Python3 only.
https://github.com/void-linux/void-packages/pull/17959

Description:


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

* Re: python-alembic: Set to Python3 only.
  2020-01-01  2:48 [PR PATCH] python-alembic: Set to Python3 only voidlinux-github
  2020-01-18 15:44 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2020-01-18 15:44 ` voidlinux-github
  2020-01-18 15:45 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-18 15:44 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/17959#issuecomment-575910324

Comment:
why?

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

* Re: python-alembic: Set to Python3 only.
  2020-01-01  2:48 [PR PATCH] python-alembic: Set to Python3 only voidlinux-github
  2020-01-18 15:44 ` [PR PATCH] [Closed]: " voidlinux-github
  2020-01-18 15:44 ` voidlinux-github
@ 2020-01-18 15:45 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-18 15:45 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/17959#issuecomment-575910390

Comment:
I am not packaging Void stuff anymore

On Sat, Jan 18, 2020 at 9:44 AM Juan RP <notifications@github.com> wrote:

> why?
>
> —
> You are receiving this because you modified the open/close state.
> Reply to this email directly, view it on GitHub
> <https://github.com/void-linux/void-packages/pull/17959?email_source=notifications&email_token=AAA4X36JNDO6B3EK73M2UM3Q6MPW3A5CNFSM4KBZFJJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJJ3DNA#issuecomment-575910324>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAA4X35PNQOP4EIUCMCTR7TQ6MPW3ANCNFSM4KBZFJJQ>
> .
>


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

end of thread, other threads:[~2020-01-18 15:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-01  2:48 [PR PATCH] python-alembic: Set to Python3 only voidlinux-github
2020-01-18 15:44 ` [PR PATCH] [Closed]: " voidlinux-github
2020-01-18 15:44 ` voidlinux-github
2020-01-18 15:45 ` 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).