| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/security/py-ed25519ll/files/ |
Upload File : |
--- ./setup.py.orig 2013-07-26 11:26:23.000000000 +0200
+++ ./setup.py 2013-07-26 11:27:07.000000000 +0200
@@ -10,8 +10,6 @@
README = open(os.path.join(here, 'README.txt')).read()
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
-plat_name = get_platform().replace('-', '_')
-
setup(name='ed25519ll',
version='0.6',
description='A low-level ctypes wrapper for Ed25519 digital signatures.',
@@ -33,7 +31,7 @@
tests_require=['nose'],
test_suite='nose.collector',
ext_modules=[
- Extension('ed25519ll._ed25519_%s' % plat_name,
+ Extension('ed25519ll._ed25519',
sources=[
'ed25519-supercop-ref10/ge_frombytes.c',
'ed25519-supercop-ref10/fe_frombytes.c',