Package Details: python2-nose 1.3.7-14

Git Clone URL: https://aur.archlinux.org/python2-nose.git (read-only, click to copy)
Package Base: python2-nose
Description: A discovery-based unittest extension (deprecated)
Upstream URL: https://pypi.org/project/nose/
Licenses: LGPL2.1
Submitter: MarsSeed
Maintainer: LaughingMan
Last Packager: LaughingMan
Votes: 2
Popularity: 0.000004
First Submitted: 2022-06-13 13:52 (UTC)
Last Updated: 2024-04-27 01:41 (UTC)

Latest Comments

tallero commented on 2024-03-18 12:38 (UTC)

hi markus, sender of last request. id like to send the update but i currently do not have write permissions on the repo. i hope you understand the aur is managed the way it is managed. i hope if you want a speed up on your 'ticket' you'll help me stop certain kinds of behaviour ive been witnessing and not simply take over my work after ill be thrown out

LaughingMan commented on 2023-12-24 17:52 (UTC)

pypi.io has now also removed the signature file:

curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://pypi.io/packages/source/n/nose/nose-1.3.7.tar.gz.asc
    Aborting...

nadir commented on 2023-10-25 14:12 (UTC) (edited on 2023-10-25 14:12 (UTC) by nadir)

I can't push directly to the repo so here is the update

# Contributor: Marcell Meszaros < marcell.meszaros AT runbox.eu >
# Contributor: Konstantin Gizdov <arch@kge.pw>
# Contributor: Dan McGee <dan@archlinux.org>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
# Contributor: Cilyan Olowen <gaknar@gmail.com>

pkgname='python2-nose'
_name="${pkgname#python2-}"
pkgver=1.3.7
pkgrel=13
pkgdesc='A discovery-based unittest extension (deprecated)'
arch=('any')
url="https://pypi.org/project/${_name}/${pkgver}/"
license=('LGPL2.1')
depends=(
  'python2'
  'python2-setuptools'
)
_tarname="${_name}-${pkgver}"
source=("https://files.pythonhosted.org/packages/58/a5/0dc93c3ec33f4e281849523a5a913fa1eea9a3068acfa754d44d88107a44/nose-1.3.7.tar.gz"{,.asc})
b2sums=('4bb479b2786f813f9e9a5fd401e30023a473a053ae013d7887be15af415422c09fb399af6058ae99ed65c5fa4da84eb274eb805e895ca74db159d952905f5be4'
        'SKIP')
validpgpkeys=('58B277C0D208F7AC460C07C84548B3A8C0D70C12') # John Szakmeister <john@szakmeister.net>

build() {
  cd "${_tarname}"

  sed -e "s:man/man1:share/man/man1:g" \
      -i setup.py
}

package() {
  cd "${_tarname}"

  python2 setup.py install --prefix='/usr' --root="${pkgdir}"

  mv "${pkgdir}/usr/bin/nosetests" "${pkgdir}/usr/bin/nosetests2"
  rm -rf "${pkgdir}/usr/share"
}
b2sums=('4bb479b2786f813f9e9a5fd401e30023a473a053ae013d7887be15af415422c09fb399af6058ae99ed65c5fa4da84eb274eb805e895ca74db159d952905f5be4'
        'SKIP')

nadir commented on 2023-10-25 09:37 (UTC)

Fix fond, here is the details

https://forum.artixlinux.org/index.php/topic,6071.0/topicseen.html

The change is only to use that url

https://files.pythonhosted.org/packages/58/a5/0dc93c3ec33f4e281849523a5a913fa1eea9a3068acfa754d44d88107a44/nose-1.3.7.tar.gz

andreas_baumann commented on 2023-10-19 08:26 (UTC)

Source run away, used source=("https://src.fedoraproject.org/repo/pkgs/python-nose/nose-1.3.7.tar.gz/4d3ad0ff07b61373d2cefc89c5d0b20b/")

hexd commented on 2023-08-14 06:20 (UTC) (edited on 2023-08-14 08:39 (UTC) by hexd)

Sadly, the ASC file is no longer available:

curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://pypi.python.org/packages/source/n/nose/nose-1.3.7.tar.gz.asc

This is probably related to what is written in https://blog.pypi.org/posts/2023-05-23-removing-pgp/#fn:1:

[...] existing signatures SHOULD continue to be available¹, [...]
[...]
1. For now, but they may be removed in the future.

It seems there's no longer any GPG signature in PyPI.