Skip to content
Permalink
Browse files
python3-importlib-metadata 6.6.0
python3-setuptools 67.7.2
  • Loading branch information
demmm committed Apr 24, 2023
1 parent 49da836 commit 065ee0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
@@ -1,7 +1,7 @@

pkgname=python3-importlib-metadata
_pkgname=importlib_metadata
pkgver=6.5.0
pkgver=6.6.0
pkgrel=1
pkgdesc="Library to access the metadata for a Python package."
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('BSD')
depends=('python3-zipp')
makedepends=('python3-build' 'python3-installer' 'python3-setuptools-scm' 'python3-wheel')
source=("https://files.pythonhosted.org/packages/source/i/importlib_metadata/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('7a8bdf1bc3a726297f5cfbc999e6e7ff6b4fa41b26bba4afc580448624460045')
sha256sums=('92501cdf9cc66ebd3e612f1b4f0c0765dfa42f0fa38ffb319b6bd84dd675d705')

build() {
cd ${_pkgname}-${pkgver}
@@ -1,6 +1,6 @@

pkgname=python3-setuptools
pkgver=67.7.1
pkgver=67.7.2
pkgrel=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python3 packages"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('python3-appdirs' 'python3-packaging')
makedepends=('asciidoc' 'python3-pip')
source=("https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz")
#source=("https://github.com/pypa/setuptools/archive/v${pkgver}.tar.gz")
sha256sums=('bb16732e8eb928922eabaa022f881ae2b7cdcfaf9993ef1f5e841a96d32b8e0c')
sha256sums=('f104fa03692a2602fa0fec6c6a9e63b6c8a968de13e17c026957dd1f53d80990')

build() {
cd setuptools-${pkgver}

0 comments on commit 065ee0d

Please sign in to comment.