| Server IP : 82.208.35.60 / Your IP : 216.73.216.168 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/sysutils/py-packet-python/files/ |
Upload File : |
--- setup.py.orig 2018-01-08 17:58:49 UTC
+++ setup.py
@@ -1,7 +1,6 @@
#!/usr/bin/env python
import os
-import pypandoc
# Notes for the not-an-everyday-python-dev for package distribution on pypi
#
@@ -45,10 +44,6 @@ except ImportError:
from setuptools import setup
long_description = 'This library provides the python client for the Packet API.'
-if os.path.isfile('README.md') and os.path.isfile('CHANGELOG.md'):
- readme = pypandoc.convert_file('README.md', 'rst')
- changelog = pypandoc.convert_file('CHANGELOG.md', 'rst')
- long_description = readme + '\n' + changelog
setup(
name='packet-python',
@@ -61,7 +56,6 @@ setup(
keywords='packet api client',
packages=['packet'],
install_requires='requests',
- setup_requires='pypandoc',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',