Skip to content

Commit

Permalink
to-release: released packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Jul 2, 2023
1 parent 155ccd4 commit 2d607be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 0 additions & 4 deletions lists/to-release
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
python-secretsocks
empire
python-tls-parser
sslyze
7 changes: 4 additions & 3 deletions packages/python-tls-parser/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,26 @@
# See COPYING for license details.

pkgname=python-tls-parser
_pkgname='tls_parser'
_pkgname=tls_parser
pkgver=2.0.1
pkgrel=2
pkgdesc='Small library to parse TLS records.'
arch=('x86_64' 'aarch64')
url='https://pypi.python.org/pypi/tls-parser/'
license=('custom:unknown')
makedepends=('python-build' 'python-pip')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/tls_parser-$pkgver.tar.gz")
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
sha512sums=('693d18f0f3baaa8bf122f0166a9041cfe816772930dcfb73cfc1e16b0cedef2cfd19623d91a6d9e745bfcc1d2cbfb001a031d8c0d6fe1dd46319c3469ba60812')

build() {
cd "$srcdir/$_pkgname-$pkgver"
cd "$_pkgname-$pkgver"

python -m build --wheel --outdir="$startdir/dist"
}

package_python-tls-parser() {
cd "$_pkgname-$pkgver"

pip install \
--verbose \
--disable-pip-version-check \
Expand Down

0 comments on commit 2d607be

Please sign in to comment.