blob: 24aaaac4d0b68694ab95af46bb6a32bd75245768 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
pkgbase = python-arc4-git
pkgdesc = A small and insanely fast ARCFOUR (RC4) cipher implementation for Python.
pkgver = 0.4.0+44.r273.20241201.272e676
pkgrel = 1
url = https://github.com/manicmaniac/arc4
arch = aarch64
arch = armv6h
arch = armv7h
arch = armv8h
arch = i686
arch = x86_64
license = custom: MIT
makedepends = cython
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
makedepends = python-mock
makedepends = python-sphinx
depends = glibc
depends = python>=3.7
provides = python-arc4=0.4.0+44.r273.20241201.272e676
conflicts = python-arc4
source = python-arc4::git+https://github.com/manicmaniac/arc4.git
sha256sums = SKIP
pkgname = python-arc4-git
|