Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: python-jsonschema: update to 3.0.2
Date: Sun, 15 Sep 2019 04:38:00 +0200	[thread overview]
Message-ID: <20190915023800.p5nZpFKlcof4UGuMlf7b3OD7-6SEXQFvzZe43rZPvWg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14417@inbox.vuxu.org>

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

New comment by bobertlo on void-packages repository

https://github.com/void-linux/void-packages/pull/14417#issuecomment-531529221

Comment:
I got this far on this dependency, which fixed anki at least, but docker-compose refuses to run with any 3.x version, so I think this is stuck unless there's a good reason to update it (and create multiple versions)
```
pkgname=python-pyrsistent
version=0.15.4
revision=1
#archs=noarch
wrksrc="pyrsistent-${version}"
build_style=python-module
pycompile_module="pyrsistent"
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel"
checkdepends="python-hypothesis python-pytest python3-hypothesis python3-pytest"
depends="python-six"
short_desc="Persistent/Immutable/Functional data structures for Python"
maintainer="Robert Lowry <bobertlo@gmail.com>"
license="MIT"
homepage="https://github.com/tobgu/pyrsistent"
distfiles="https://github.com/tobgu/pyrsistent/archive/v${version}.tar.gz"
checksum=664f3ebc6630c3109d457f29e1e8c090c07ec5c7d5fc80d9f7d115f0ec67fc93

pkg_install() {
        vlicense LICENCE.mit
}

python3-pyrsistent_package() {
        archs=noarch
        pycompile_module="pyrsistent"
        depends="python3-six"
        short_desc="${short_desc/Python2/Python3}"
        pkg_install() {
                vlicense LICENCE.mit
                vmove "usr/lib/python3*"
        }
}
```

  parent reply	other threads:[~2019-09-15  2:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-12  8:46 [PR PATCH] " voidlinux-github
2019-09-12  9:25 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-12  9:25 ` voidlinux-github
2019-09-13  6:17 ` [PR PATCH] [Merged]: " voidlinux-github
2019-09-14 14:43 ` voidlinux-github
2019-09-14 14:49 ` voidlinux-github
2019-09-14 21:02 ` voidlinux-github
2019-09-14 21:10 ` voidlinux-github
2019-09-15  2:38 ` voidlinux-github [this message]
2019-10-14  5:43 ` voidlinux-github

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=20190915023800.p5nZpFKlcof4UGuMlf7b3OD7-6SEXQFvzZe43rZPvWg@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).