commit stringlengths 40 40 | subject stringlengths 1 3.25k | old_file stringlengths 4 311 | new_file stringlengths 4 311 | old_contents stringlengths 0 26.3k | lang stringclasses 3
values | proba float64 0 1 | diff stringlengths 0 7.82k |
|---|---|---|---|---|---|---|---|
39a9323bd46144a329118a0cb314068d11ec6cbe | Modify dependency specifier | setup.py | setup.py | # -*- coding: utf-8 -*-
from ast import literal_eval
from setuptools import setup, find_packages, Extension
import re
REPO_URL = "https://github.com/msanders/cider"
def convert_md(source):
try:
from pypandoc import convert
return convert(source, "rst", format="md", encoding="utf8")
except (Imp... | Python | 0.000001 | @@ -1501,16 +1501,21 @@
ick%3E=3.3
+,%3C5.0
',%0A
|
ab92ce1be3fa31884da9834803bc661c75402d67 | bump to 0.2.0 | setup.py | setup.py | # -*- coding: utf-8 -*-
import os
from setuptools import setup, find_packages
def read(*paths):
""" read files """
with open(os.path.join(*paths), 'r') as filename:
return filename.read()
install_requires = read('requirements.txt').splitlines()
try:
long_description = open("README.rst").read()
... | Python | 0 | @@ -401,11 +401,11 @@
=%220.
-1.1
+2.0
%22,%0A
|
eb06a7e19eb18647ed4523a51b0437599009414d | Version changed | setup.py | setup.py | # -*- coding: utf-8 -*-
from setuptools import setup, find_packages
with open('README.rst') as f:
readme = f.read()
with open('LICENSE') as f:
license = f.read()
setup(
name='ComicThief',
version='0.1.1',
description='Comic Books Scraper. Easy download comics and make .cbz files.',
long_des... | Python | 0 | @@ -215,17 +215,17 @@
on='0.1.
-1
+2
',%0A d
|
4db0083a15cd2050a8bad8dccad30bd33633675f | Upgrade protobuf | setup.py | setup.py | from setuptools import setup
from setuptools.command.test import test as TestCommand
import os
import sys
if sys.version_info < (3, 4, 2):
# This is the minimum version supported by aiohttp.
raise RuntimeError("hangups requires Python 3.4.2+")
# Find __version__ without import that requires dependencies to ... | Python | 0.000001 | @@ -1631,63 +1631,8 @@
3',%0A
- # use alpha protobuf for official Python 3 support%0A
@@ -1644,17 +1644,22 @@
obuf
-==3.0.0a3
+%3E=3.1.0,%3C3.2.0
',%0A
|
859edfd588ff104ae226aed7acfd5a283e808429 | Ajuste de versão de citedbyapi | setup.py | setup.py | #!/usr/bin/env python
import os
from setuptools import setup, find_packages
here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.rst')) as f:
README = f.read()
with open(os.path.join(here, 'CHANGES.txt')) as f:
CHANGES = f.read()
install_requires = [
'requests>=2.11.1',
... | Python | 0 | @@ -720,11 +720,11 @@
%3E=1.
-5.1
+6.0
',%0A
|
5438848037167696dbe4bf9081506415de94795f | include package data | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup, find_packages
setup(
name='django-timeline-logger',
version='0.2',
description='Generic event logger for Django models.',
author='Maykin Media',
author_email='support@maykinmedia.nl',
url='https://github.com/maykinmedia/django-timeline-logge... | Python | 0.000001 | @@ -444,16 +444,67 @@
ts*'%5D),%0A
+ include_package_data=True,%0A zip_safe=False,%0A
setu
|
16ae133af1977f35e1bf85b1c6ce57614418356c | use latest setuptest | setup.py | setup.py | from setuptools import setup, find_packages
from setuptools.command.test import test
def run_tests(self):
from setuptest.runtests import runtests
return runtests(self)
test.run_tests = run_tests
setup(
name='django-ckeditor',
version='0.0.9',
description='Django admin CKEditor integration.',
... | Python | 0 | @@ -40,169 +40,8 @@
ages
-%0Afrom setuptools.command.test import test%0A%0A%0Adef run_tests(self):%0A from setuptest.runtests import runtests%0A return runtests(self)%0Atest.run_tests = run_tests
%0A%0Ase
@@ -609,22 +609,32 @@
te=%22
-ckeditor.tests
+setuptest.SetupTestSuite
%22,%0A
@@ -677,16 +677,23 @@
et... |
b0851d536376242c3ef75701b4d76948b1f2ee95 | bump up the version | setup.py | setup.py | import os
import sys
import contextlib
from distutils.spawn import find_executable
from setuptools import setup, find_packages
setup(name='talon',
version='1.0',
description=("Mailgun library "
"to extract message quotations and signatures."),
long_description=open("README.rst").... | Python | 0 | @@ -161,16 +161,18 @@
ion='1.0
+.1
',%0A
|
3c349bcc192bf5d061a0c9df71cfb91b502c387a | version bump | setup.py | setup.py | # -*- coding: utf-8 -*-
"""
A setuptools based setup module for opengrid.
Adapted from
https://packaging.python.org/en/latest/distributing.html
https://github.com/pypa/sampleproject
"""
# Always prefer setuptools over distutils
from setuptools import setup, find_packages
# To use a consistent encoding
from codecs i... | Python | 0.000001 | @@ -761,9 +761,9 @@
0.5.
-1
+2
%22,%0A
|
b5c42664c567f7aac714fe3f78dfeca2ab92d38e | Bump version to 1.0.3 | setup.py | setup.py | #!/usr/bin/env python
import os
from setuptools import setup
README_PATH = os.path.join(os.path.dirname(__file__), 'README.rst')
with open(README_PATH, "r") as README_FILE:
README = README_FILE.read()
setup(
name="parse_this",
version="1.0.2",
description=("Makes it easy to create a command line inter... | Python | 0 | @@ -247,17 +247,17 @@
on=%221.0.
-2
+3
%22,%0A d
|
1862a8a12b24ff4ec9e596eddd3e8a5b6ad92ee1 | Version 1.17.19 | setup.py | setup.py | """
The setup package to install SeleniumBase dependencies and plugins
(Uses selenium 3.x and is compatible with Python 2.7+ and Python 3.6+)
"""
from setuptools import setup, find_packages # noqa
from os import path
this_directory = path.abspath(path.dirname(__file__))
long_description = None
try:
with open(pa... | Python | 0 | @@ -556,17 +556,17 @@
='1.17.1
-8
+9
',%0A d
|
9cc85936a0b64ff82c427d1fc35dfc7297838810 | use raw string for regex | setup.py | setup.py | import os
import re
import sys
import subprocess
from setuptools.command.test import test as TestCommand
from setuptools import setup, Command
readme = os.path.join(os.path.dirname(__file__), 'README.rst')
LONG_DESCRIPTION = open(readme).read()
module_file = open('rhcephcompose/__init__.py').read()
metadata = dict(r... | Python | 0 | @@ -323,16 +323,17 @@
findall(
+r
%22__(%5Ba-z
|
d602daba14b7a4bab8f5af261fe929f297359101 | Version bump | setup.py | setup.py | #
# Copyright 2014 Infoxchange Australia
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | Python | 0.000001 | @@ -789,9 +789,9 @@
0.2.
-7
+8
',%0A
|
ef1cc78b1798f71e48ccd0793f40c6d181e72e74 | update download_url (fixes #18) | setup.py | setup.py | #!/usr/bin/env python
import os
import codecs
import mimeparse
from setuptools import setup
def read(fname):
path = os.path.join(os.path.dirname(__file__), fname)
return codecs.open(path, encoding='utf-8').read()
setup(
name="python-mimeparse",
py_modules=["mimeparse"],
version=mimeparse.__versi... | Python | 0 | @@ -613,44 +613,29 @@
http
+s
://
-pypi.python.org/packages/source/p
+github.com/dbtsai
/pyt
@@ -648,17 +648,27 @@
meparse/
-%22
+tarball/%22 +
%0A
@@ -681,30 +681,8 @@
- %22python-mimeparse-%22 +
mim
@@ -703,20 +703,8 @@
on__
- + %22.tar.gz%22
),%0A
|
2f2cf716522bd7c0ea999394d2fd41c81b67ad36 | version increase for new dependencies | setup.py | setup.py | # Copyright (c) 2014. Mount Sinai School of Medicine
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law o... | Python | 0 | @@ -1199,17 +1199,17 @@
n=%220.4.1
-3
+4
%22,%0A
@@ -2190,8 +2190,9 @@
%5D,%0A )
+%0A
|
d518fb597f55c698ad154f2885baf2022112381f | Bump lxml from 4.6.5 to 4.9.1 | setup.py | setup.py | import os
import sys
if sys.version_info[0:2] < (3, 5):
raise Exception("aiodictcc requires Python 3.5+")
from setuptools import setup
rootpath = os.path.abspath(os.path.dirname(__file__))
def extract_version(_module='aiodictcc'):
version = None
fname = os.path.join(rootpath, _module, '__init__.py')
... | Python | 0.000004 | @@ -871,11 +871,11 @@
==4.
-6.5
+9.1
'%5D%0A)
|
f3550c4387953997953170162b8b2d13a0095f41 | edit extras_require, less groups | setup.py | setup.py | # -*- coding: utf-8 -*-
# Copyright (c) 2020 shmilee
import os
from setuptools import setup, find_packages
from setuptools.command.sdist import sdist
from setuptools.command.build_py import build_py
here = os.path.abspath(os.path.dirname(__file__))
about = {}
with open(os.path.join(here, 'src', '__about__.py'), enco... | Python | 0 | @@ -3374,16 +3374,12 @@
'
-pck.hdf5
+data
': %5B
@@ -3395,74 +3395,29 @@
6.0'
-%5D,%0A 'raw.ssh': %5B'paramiko%3E=2.4.1'%5D,%0A 'core.tools': %5B
+, 'paramiko%3E=2.4.1',
'sci
@@ -3443,14 +3443,12 @@
'
-gui.
tk
+ui
': %5B
@@ -3482,17 +3482,12 @@
'
-gui.ipy
nb
+ui
': %5B
@@ -3535,17 +353... |
294327c5c56e9c93a5ff60975343eae10a454893 | Fix typo in setup.py | setup.py | setup.py | from setuptools import setup
setup(
name='dcos-launch',
version='0.1',
description='DC/OS cluster provisioning',
url='https://dcos.io',
author='Mesosphere, Inc.',
author_email='help@dcos.io',
license='apache2',
classifiers=[
'Development Status :: 3 - Alpha',
'License ::... | Python | 0.000067 | @@ -1190,16 +1190,17 @@
/*.yaml'
+,
%0A
|
16e4e3155733ad8c90312414cc975315ad8566d3 | Remove minor python version in entry point. | setup.py | setup.py | #!/usr/bin/env python
import os
import sys
from setuptools import setup, find_packages
long_description = open(
os.path.join(
os.path.dirname(__file__),
'README.rst'
)
).read()
setup(
name='ptpython',
author='Jonathan Slenders',
version='0.36',
url='https://github.com/jonathan... | Python | 0 | @@ -888,269 +888,81 @@
'pt
-python%25s.%25s = ptpython.entry_points.run_ptpython:run' %25 sys.version_info%5B:2%5D,%0A 'ptipython%25s = ptpython.entry_points.run_ptipython:run' %25 sys.version_info%5B0%5D,%0A 'ptipython%25s.%25s = ptpython.entry_points.run_ptipython:run' %25 sys.version_info%5B:... |
45d4dcd426cb5731a4b8d14594b8314a7701cb6a | Remove bottleneck as install dependency. | setup.py | setup.py | #!/usr/bin/env python
import sys, os
from glob import glob
# Install setuptools if it isn't available:
try:
import setuptools
except ImportError:
from ez_setup import use_setuptools
use_setuptools()
from distutils.command.install import INSTALL_SCHEMES
from distutils.command.install_headers import instal... | Python | 0 | @@ -2345,43 +2345,8 @@
0',%0A
- 'bottleneck %3E= 0.7.0',%0A
|
f2f5fcedb27402e4567f9f8f5cc017f41fec5870 | fix included | setup.py | setup.py | """
decu
----
Decu is a Experimental Computation Utility.
"""
from setuptools import setup, find_packages
def get_requirements(suffix=''):
with open('requirements{}.txt'.format(suffix)) as file:
result = file.read().splitlines()
return result
setup(
name='decu',
version='0.0.1',
url='... | Python | 0 | @@ -342,24 +342,97 @@
otrs/decu',%0A
+ download_url='https://github.com/leotrs/decdu/archive/0.0.1.tar.gz',%0A
author='
|
a92687bb0849b6bfe53e6062b2608b240b99dc4c | Exclude tests from package | setup.py | setup.py | import os
import re
from setuptools import setup, find_packages
PACKAGE_NAME = 'homeassistant'
HERE = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(HERE, PACKAGE_NAME, 'const.py')) as fp:
VERSION = re.search("__version__ = ['\"]([^']+)['\"]\n", fp.read()).group(1)
DOWNLOAD_URL = \
'https://... | Python | 0.000001 | @@ -405,16 +405,44 @@
ackages(
+exclude=%5B'tests', 'tests.*'%5D
) + %5C%0A
|
2a9f9f92ca7272ec6c71a0583c601fac8da85817 | Make setup.py executable | setup.py | setup.py | from distutils.core import setup
import os
from admin_tools import VERSION
# taken from django-registration
# Compile the list of packages available, because distutils doesn't have
# an easy way to do this.
packages, data_files = [], []
root_dir = os.path.dirname(__file__)
if root_dir:
os.chdir(root_dir)
for dir... | Python | 0.000008 | @@ -1,12 +1,34 @@
+#!/usr/bin/env python%0A
from distuti
|
a987092a00fc203a1b33eaabc378da68e5fec244 | update requirements in setup.py | setup.py | setup.py | #!/usr/bin/env python
# -*- coding: utf8 - *-
"""cihaidata-unihan lives at <https://github.com/cihai/cihaidata-unihan>."""
import os
import sys
from setuptools import setup, find_packages
sys.path.insert(0, os.getcwd()) # we want to grab this:
from package_metadata import p
with open('requirements.pip') as f:
in... | Python | 0 | @@ -298,12 +298,17 @@
ents
-.pip
+/base.txt
') a
|
29a5b3e38a5c61889ef707069b23d2011aa8df48 | correct variable/function names | setup.py | setup.py | #!/usr/bin/env python
# Copyright (c) 2014-2018 Michael Hirsch, Ph.D.
#
# Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
# 1. Redistributions of source code must retain the above copyright notice, this list of conditions an... | Python | 0.025265 | @@ -1524,11 +1524,11 @@
'1.
-5.2
+6.0
',%0A
|
e22b7fc6aae8f75183c701b021f64aee399b39f4 | Update to 0.1.1 | setup.py | setup.py | from distutils.core import setup
setup(name='paperbroker',
version='0.0.6',
description='PaperBroker',
author='Philip ODonnell',
author_email='philip@postral.com',
url='https://github.com/philipodonnell/paperbroker',
packages=['paperbroker',
'paperbroker.adapters',
... | Python | 0.000058 | @@ -74,11 +74,11 @@
='0.
-0.6
+1.1
',%0A
|
3e702678ee3f4761e929f95cb4d176ee185c52ea | Fix url in setup.py | setup.py | setup.py | import os
from setuptools import setup, find_packages
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name = "django-dbarray",
version = "0.2",
packages = find_packages(),
description = "Django ORM field for Postgres array types.",
author = "Ecome... | Python | 0.000039 | @@ -500,19 +500,15 @@
ngo-
-vinaigrette
+dbarray
/%22,%0A
|
9b52beb387c4b9f89dfbb61b388b7b95f0ebce9c | FIx dependency_links | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup
packages = ['cxroots', 'cxroots.tests', 'cxroots.contours']
# get the version, this will assign __version__
exec(open('cxroots/version.py').read())
# read the README_pip.rst
try:
with open('README.rst') as file:
long_description = file.read()
except:
... | Python | 0 | @@ -926,32 +926,53 @@
rod/numdifftools
+.git#egg=numdifftools
'%5D,%0A setup_re
|
c3a04cc340b70c0b3b403109042a9b89474b5849 | Add Python 3.9 classifier | setup.py | setup.py | """`Dependency injector` setup script."""
import os
import re
from setuptools import setup, Extension
# Defining setup variables:
defined_macros = dict()
defined_macros['CYTHON_CLINE_IN_TRACEBACK'] = 0
# Getting description:
with open('README.rst') as readme_file:
description = readme_file.read()
# Getting re... | Python | 0.999995 | @@ -3186,16 +3186,67 @@
: 3.8',%0A
+ 'Programming Language :: Python :: 3.9',%0A
|
717e1b4a4f1067ba2813f977c58b450ceea40b9e | Improve the setup.py script | setup.py | setup.py | #!/usr/bin/env python
# Programmer friendly subprocess wrapper.
#
# Author: Peter Odding <peter@peterodding.com>
# Last Change: February 29, 2020
# URL: https://executor.readthedocs.io
"""Setup script for the `executor` package."""
# Standard library modules.
import codecs
import os
import re
# De-facto standard so... | Python | 0.000035 | @@ -183,16 +183,17 @@
.io%0A%0A%22%22%22
+%0A
Setup sc
@@ -224,16 +224,257 @@
package.
+%0A%0A**python setup.py install**%0A Install from the working directory into the current Python environment.%0A%0A**python setup.py sdist**%0A Build a source distribution archive.%0A%0A**python setup.py bdist_wheel**%0A Build ... |
eb11e20ef62b97e7968705ec4dda0f0e361e8e96 | Bump pytest from 6.1.2 to 6.2.1 | setup.py | setup.py | from setuptools import setup, find_packages
from indexdigest import VERSION
# @see https://packaging.python.org/tutorials/packaging-projects/#creating-setup-py
with open("README.md", "r") as fh:
long_description = fh.read()
# @see https://github.com/pypa/sampleproject/blob/master/setup.py
setup(
name='indexd... | Python | 0.000029 | @@ -1824,11 +1824,11 @@
==6.
-1.2
+2.1
',%0A
|
aecaeac592fdabf97d90d7369fbe462466e95c50 | fix error message for updated numpy version | setup.py | setup.py | # -*- coding: utf-8 -*-
from __future__ import print_function
from pkg_resources import parse_version
NAME = 'ndd'
NUMPY_MIN_VERSION = '1.9'
VERSION_FILE = 'ndd/version.json'
SETUP_REQUIRES = ['numpy']
INSTALL_REQUIRES = ['future', 'pytest', 'scipy']
def get_numpy_status():
"""
Returns a dictionary containing... | Python | 0 | @@ -1531,16 +1531,45 @@
Py %3E= %25s
+. Run 'pip install -U numpy'
%22 %25 NUMP
|
09e6c915e668c0b41eca75e3105ebac6f8bfcf58 | Allow the package to be built without Sphinx being required. | setup.py | setup.py | import os
from distutils.core import setup
from sphinx.setup_command import BuildDoc
import django_assets
def find_packages(root):
# so we don't depend on setuptools; from the Storm ORM setup.py
packages = []
for directory, subdirectories, files in os.walk(root):
if '__init__.py' in fi... | Python | 0 | @@ -36,18 +36,27 @@
rt setup
-%0D
%0A
+try:%0D%0A
from sph
@@ -88,18 +88,207 @@
BuildDoc
-%0D
%0A
+ cmdclass = %7B'build_sphinx': BuildDoc%7D%0D%0Aexcept ImportError:%0A print %22Sphinx not installed--needed to build documentation%22%0A # default cmdclass to None to avoid %0A cmdclass = %7B%7D%0A ... |
d19f5fb160afe93e4cb30ef73a7a7b464bf61017 | Require py3.3+ | setup.py | setup.py | import ast
import re
from setuptools import setup
_version_re = re.compile(r'__version__\s+=\s+(.*)')
with open('src/flask_cachecontrol/__init__.py', 'rb') as f:
version = str(ast.literal_eval(_version_re.search(
f.read().decode('utf-8')).group(1)))
setup(
name='Flask-CacheControl',
version=versi... | Python | 0.999587 | @@ -813,16 +813,45 @@
%0A %5D,%0A
+ python_requires='%3E=3.3',%0A
clas
|
6466b42066105ae0f6a6a0a0fc2cb5fb64dafa8b | Add support for running tests from setup.py | setup.py | setup.py | from setuptools import setup, find_packages
import os
import uwsgiit
CLASSIFIERS = [
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :... | Python | 0.000472 | @@ -869,16 +869,48 @@
%0A %5D,%0A
+ test_suite='uwsgiit.tests',%0A
pack
|
c3db30dbd9827933371afff1a9d358223203316e | Update version | setup.py | setup.py | #!/usr/bin/env python
from distutils.core import setup
setup(
name="kazy",
version="0.1.1",
description="Highlights STDIN data",
license='MIT',
author="Yauhen Shulitski",
author_email="jsnjack@gmail.com",
url="https://github.com/jsnjack/kazy",
packages=["kazy"],
scripts=["bin/... | Python | 0 | @@ -91,17 +91,17 @@
on=%220.1.
-1
+2
%22,%0A d
|
0066ea3ad367ec31c49add91390a154ca6538e68 | Bump version. | setup.py | setup.py | try:
from setuptools import setup
except ImportError:
from distutils.core import setup
setup(
name = "gg",
version = "0.1.2",
author = "Roman Bogorodskiy",
author_email = "rbogorodskiy@griddynamics.com",
url="http://github.com/novel/gg/tree",
py_modules = ["GoGri... | Python | 0 | @@ -142,11 +142,11 @@
%220.
-1.2
+2.0
%22,%0A
|
c086fdb89ca35aea0bc9fa63bf82141cdbbe9e2e | Bump version | setup.py | setup.py | from os.path import join, dirname
from pip.req import parse_requirements
from setuptools import setup, find_packages
reqs_file = join(dirname(__file__), "requirements.txt")
install_reqs = list(parse_requirements(reqs_file))
setup(
name='tictactoelib',
version='0.0.4',
author="Motiejus Jakštys",
author... | Python | 0 | @@ -272,9 +272,11 @@
0.0.
-4
+5a1
',%0A
|
ee2e79cfe516639109a5e958431b4944b7623ae2 | require numpy 1.15.0 | setup.py | setup.py | #!/usr/bin/env python3
from setuptools import setup, find_packages, Extension
import os
import io
import re
import numpy
def read(*names, **kwargs):
with io.open(
os.path.join(os.path.dirname(__file__), *names),
encoding=kwargs.get("encoding", "utf8")
) as fp:
return fp.read()
def fi... | Python | 0.999974 | @@ -1630,17 +1630,17 @@
mpy%3E=1.1
-2
+5
.0',%09%09%0A
|
797da1bd335c0d8237ff4ee4785fe7aca76f0b84 | Include cacert.pem as part of the package | setup.py | setup.py | # -*- coding: utf-8 -*-
from setuptools import setup
setup(
name='pusher',
version='1.2.0',
description='A Python library to interract with the Pusher API',
url='https://github.com/pusher/pusher-http-python',
author='Pusher',
author_email='support@pusher.com',
classifiers=[
"License ... | Python | 0 | @@ -895,16 +895,76 @@
%7D,%0A%0A
+ package_data=%7B%0A 'pusher': %5B'cacert.pem'%5D%0A %7D,%0A%0A
test
|
358e048d8b53ed18928ac16e7a3cbfdd4f2326dd | Bump version | setup.py | setup.py | from distutils.core import setup
setup(name="plog",
packages=["plog"],
version="0.5",
description="Logged process",
author="Daniel Narvaez",
author_email="dwnarvaez@gmail.com",
url="http://github.com/dnarvaez/plog",
classifiers=["License :: OSI Approved :: BSD License",
... | Python | 0 | @@ -92,9 +92,9 @@
=%220.
-5
+6
%22,%0A
|
0b1c80d4d51d9864db09698aed9973bb48931ddd | bump black from 21.4b0 to 21.4b2 | setup.py | setup.py | # Copyright (C) 2020 FireEye, Inc. All Rights Reserved.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at: [package root]/LICENSE.txt
# Unless required by applicable law or agreed to in writing,... | Python | 0.000013 | @@ -2517,17 +2517,17 @@
k==21.4b
-0
+2
%22,%0A
|
f53bb7bf557aa2b04042b806a66e58dc2d5fe0ce | Update for Windows build. | setup.py | setup.py | #!/usr/bin/env python2.7
import os, site, sys
freeze = False
try:
from cx_Freeze import setup, Executable
freeze = True
except ImportError:
from distutils.core import setup
## Get the site-package folder, not everybody will install
## Python into C:\PythonXX
site_dir = site.getsitepackages()... | Python | 0 | @@ -1988,83 +1988,8 @@
r))%0D
-%0Ainclude_files.append(%5B'Avr109.py', 'BootLoader.py', 'IntexHexRecord.py'%5D)%0D
%0A%0D%0A#
@@ -2279,26 +2279,16 @@
bles = %5B
-%0D%0A
Executab
@@ -2319,28 +2319,8 @@
py%22,
-%0D%0A
bas
@@ -2329,24 +2329,30 @@
base
+)%5D
%0D%0A
-
- ) %5D
+sc... |
b9f572706cf0a2e5620a2c56f5e47ac16b939bc1 | Update core dependency to google-cloud-core >= 0.23.0, < 0.24dev. (#3028) | setup.py | setup.py | # Copyright 2016 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | Python | 0 | @@ -1762,19 +1762,19 @@
0.2
-2.1
+3.0
, %3C 0.2
-3
+4
dev'
|
a0c814001ab87b210cf8c0e1e922cc1b5c4e50b8 | Add oauthlib and requests-oauthlib dependencies | setup.py | setup.py | """A setuptools based setup module.
See:
https://packaging.python.org/en/latest/distributing.html
https://github.com/markruys/gw2pvo
"""
# Always prefer setuptools over distutils
from setuptools import setup, find_packages
# To use a consistent encoding
from codecs import open
from os import path
import gw2pvo
here... | Python | 0 | @@ -2429,16 +2429,49 @@
equests'
+, 'oauthlib', 'requests-oauthlib'
%5D,%0A%0A
|
03ea8a2749b2cbd2659895ad6f4929a464b3ea88 | Fix the scion packaging | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup, find_packages
import os
import sys
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
def get_data_dirs(path, patterns):
data_dirs = [(rt+"/"+dn+"/") for rt, ds, fs in os.walk(path) for dn in ds]
data_dir_patterns = []
... | Python | 0.000178 | @@ -1265,24 +1265,25 @@
ages('.') +
+(
find_package
@@ -1315,32 +1315,33 @@
_SCIONCC else %5B%5D
+)
,%0A packag
@@ -1885,32 +1885,33 @@
+(
get_data_dirs(SC
@@ -1988,16 +1988,17 @@
else %5B%5D
+)
,%0A
|
f18626a4b9ede670a9149c5ce822c85fcf3248e0 | bump version: binary subtypes, gridfs 1.0, safe insert operations | setup.py | setup.py | #!/usr/bin/env python
from ez_setup import use_setuptools
use_setuptools()
from setuptools import setup
from distutils.core import Extension
f = open("README.rst")
try:
readme_content = f.read()
except:
readme_content = ""
finally:
f.close()
setup(
name="pymongo",
version="0.3pre",
descriptio... | Python | 0 | @@ -293,16 +293,18 @@
ion=%220.3
+.1
pre%22,%0A
|
c456520fe9e9219a8b38929464719fe6c4df76c9 | Bump version to 1.1 | setup.py | setup.py | ########
# Copyright (c) 2014 GigaSpaces Technologies Ltd. All rights reserved
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless... | Python | 0 | @@ -732,14 +732,13 @@
on='
-1.1rc2
+3.1ga
',%0A
@@ -1157,11 +1157,10 @@
=3.1
-rc2
+ga
'%0A
|
b69b33e1c49d568d1ddc3b27dcfea08dc93fac7a | Bump the version to publish a new egg (this version is South-enabled). | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup
setup(
name='django-digest',
version='1.2',
description=('An implementation of HTTP Digest Authentication for Django.'),
long_description=(
"""
django-digest supplies a middleware (HttpDigestMiddleware) that may installed to protect access
to all URLs... | Python | 0 | @@ -98,9 +98,9 @@
='1.
-2
+3
',%0A
|
86bd9eec0651507c91559acc88e5481ff8162ac4 | update setup.py to the correct version | setup.py | setup.py | from setuptools import setup, find_packages
version = '0.0.1'
setup(name="Miro Community",
version=version,
author='Participatory Culture Foundation',
license='AGPLv3',
entry_points="""
# -*- Entry points: -*-
[console_scripts]
localtv_update_feeds = localtv.feedimport:update... | Python | 0 | @@ -55,11 +55,13 @@
'0.
-0.1
+9-pre
'%0A%0As
@@ -491,13 +491,6 @@
%22%22)%0A
- %0A
%0A%0A
|
8bc3f06aac3b15b6f081465be27a108086b1b802 | set version higher than last release | setup.py | setup.py | # -*- coding: iso-8859-1 -*-
# -----------------------------------------------------------------------------
# setup.py - Setup script for kaa.base
# -----------------------------------------------------------------------------
# $Id$
#
# -----------------------------------------------------------------------------
# C... | Python | 0 | @@ -2534,17 +2534,17 @@
= '0.1.
-2
+3
',%0A l
|
dd3de8eb9ae12ce859b071c635ff8c43cf7ab0ac | Fix syntax error in setup.py. | setup.py | setup.py | #!/usr/bin/env python
# NOTE: multiprocessing import required for issues with nose tests.
# See: http://bugs.python.org/issue15881#msg170215
import multiprocessing
from setuptools import setup
setup(
name='reference_genome_maker',
version='0.1',
author='Church Lab',
author_email='gleb@mit.edu',
m... | Python | 0 | @@ -548,16 +548,17 @@
= 1.6.1'
+,
%0A
|
236416217bac634a8ff792d5110ba2a7bc56fc08 | Remove Python 2.7 from setup.py | setup.py | setup.py | from setuptools import setup
def readme():
with open('README.rst') as f:
return f.read()
setup(name='xkbcommon',
version='0.1',
description='Bindings for libxkbcommon using cffi',
long_description=readme(),
classifiers=[
'Development Status :: 3 - Alpha',
'Licen... | Python | 0.000073 | @@ -353,59 +353,8 @@
e',%0A
- 'Programming Language :: Python :: 2.7',%0A
|
5e356b2bf31eb6af8031770cc2d848b1fd24df94 | fix description | setup.py | setup.py | from setuptools import setup, find_packages
import kmodes
"""
Python implementations of the k-modes and k-prototypes clustering algorithms,
for clustering categorical data
"""
DESCRIPTION = __doc__
VERSION = kmodes.__version__
setup(
name='kmodes',
packages=find_packages(exclude=[
'*.tests',
... | Python | 0.020455 | @@ -57,127 +57,8 @@
es%0A%0A
-%22%22%22%0APython implementations of the k-modes and k-prototypes clustering algorithms,%0Afor clustering categorical data%0A%22%22%22%0A%0A
DESC
@@ -67,16 +67,23 @@
PTION =
+kmodes.
__doc__%0A
|
cd4ced0a2e14785c9b5d0fe1b56548773db9630c | Add license and classifiers to setup.py | setup.py | setup.py | #!/usr/bin/env python
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
setup(
name='miplant',
version='0.0.1',
description='A library for reading cheap plant monitoring sensors manufactured by Xiaomi.',
author='Kimmo Huoman',
author_email='kipenroskapos... | Python | 0 | @@ -367,24 +367,43 @@
e/miplant',%0A
+ license='MIT',%0A
packages
@@ -431,16 +431,316 @@
%0A %5D,%0A
+ classifiers=%5B%0A 'Development Status :: 3 - Alpha',%0A 'Intended Audience :: Developers',%0A 'License :: OSI Approved :: MIT License',%0A 'Programming Language :: Python :... |
d9ac067e415cee904bd78480a922489866ab57b0 | bump version, copyright statment | setup.py | setup.py | #!/usr/bin/env python
'''
setup.py - brozzler setup script
Copyright (C) 2014-2021 Internet Archive
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
... | Python | 0 | @@ -75,17 +75,17 @@
2014-202
-1
+2
Interne
@@ -1134,17 +1134,17 @@
n='1.5.2
-5
+6
',%0A
|
3d9804b6b652415215677846a44d59fc7ae8929d | version 4.0.3 | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup
setup(
name='clize',
version='4.0.2',
description='Turn functions into command-line interfaces',
license='MIT',
url='https://github.com/epsy/clize',
author='Yann Kaiser',
author_email='kaiser.yann@gmail.com',
install_requires=[
... | Python | 0.000001 | @@ -88,17 +88,17 @@
on='4.0.
-2
+3
',%0A d
|
43a8a83014c2d77b37615f28e695fa861350d0bf | Add attrs and typing to deps | setup.py | setup.py | import re
from setuptools import find_packages, setup
with open('netsgiro/__init__.py') as fh:
metadata = dict(re.findall("__([a-z]+)__ = '([^']+)'", fh.read()))
with open('README.rst') as fh:
long_description = fh.read()
setup(
name='netsgiro',
version=metadata['version'],
description='File ... | Python | 0 | @@ -993,24 +993,84 @@
_requires=%5B%0A
+ 'attrs',%0A 'typing', # Needed for Python 3.4%0A
%5D,%0A e
|
5f3784c4d7f0715955488f09975d157a00133209 | Bump version to 0.7.0 | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup, find_packages
tests_require = [
'nose',
'unittest2',
'mock',
'redis',
'Django>=1.2,<1.4',
'psycopg2',
'thoonk',
]
dependency_links = [
'https://github.com/andyet/thoonk.py/tarball/master#egg=thoonk',
]
install_requires = [
]
setup... | Python | 0 | @@ -352,11 +352,11 @@
='0.
-6.3
+7.0
',%0A
|
24119de00110b6eb9e769c6753d1ab042bae1509 | print what executable we were looking for | setup.py | setup.py | #! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright(C) 2010-2011 Christophe Benz
#
# This file is part of weboob.
#
# weboob is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of t... | Python | 0.999998 | @@ -1392,16 +1392,79 @@
n fpath%0A
+ print %3E%3Esys.stderr, 'Could not find executable: %25s' %25 name%0A
%0A%0Adef bu
|
a2a8cbcf2cbcb0778059523ab9b01497c93c92de | Make sure we distribute backports. | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup
import os
import re
import codecs
base_path = os.path.dirname(__file__)
# Get the version (borrowed from SQLAlchemy)
fp = open(os.path.join(base_path, 'urllib3', '__init__.py'))
VERSION = re.compile(r".*__version__ = '(.*?)'",
re.S).match(fp.re... | Python | 0 | @@ -1483,17 +1483,63 @@
ib3.
-contrib',
+packages.backports', 'urllib3.contrib',%0A
'ur
|
3c9de98a4b7c704bbb443889dc2dfe54c32a01f8 | Update devlib requirements to development versions. | setup.py | setup.py | # Copyright 2013-2015 ARM Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in w... | Python | 0 | @@ -3005,17 +3005,20 @@
ib%3E=1.1.
-0
+dev1
', # In
@@ -3232,24 +3232,124 @@
lity%0A %5D,%0A
+ dependency_links=%5B'https://github.com/ARM-software/devlib/tarball/master#egg=devlib-1.1.dev1'%5D,%0A
extras_r
|
1271f29eea3fc508d5995d7b10fa8176134d6f8f | Set standards for syntax | setup.py | setup.py | #! /usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
setup(
name = 'OpenFisca-France',
version = '18.11.0',
author = 'OpenFisca Team',
author_email = 'contact@openfisca.fr',
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"License :: O... | Python | 0.000002 | @@ -1428,16 +1428,25 @@
'flake8
+ == 3.4.1
',%0A
|
f2d29dc5bf44581dd1850b2be70fc5ae4b5fac35 | Use README as long_description for PyPI | setup.py | setup.py | # encoding: utf-8
"""
setup
~~~~~
:copyright: 2014 by Daniel Neuhäuser
:license: BSD, see LICENSE.rst for details
"""
from setuptools import setup
setup(
name='oore',
description='Object-Oriented Regular Expressions',
version='0.1.1',
author='Daniel Neuhäuser',
author_email='ich@d... | Python | 0 | @@ -159,16 +159,95 @@
setup%0A%0A%0A
+with open('README.rst', 'r') as readme:%0A long_description = readme.read()%0A%0A%0A
setup(%0A
@@ -313,24 +313,63 @@
pressions',%0A
+ long_description=long_description,%0A
version=
|
3d4d3327af5ae73f6c090a0b3d1e518baac8e786 | Version bump | setup.py | setup.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup
# Work around mbcs bug in distutils.
# http://bugs.python.org/issue10945
import codecs
try:
codecs.lookup("mbcs")
except LookupError:
ascii = codecs.lookup("ascii")
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == "... | Python | 0.000001 | @@ -337,17 +337,17 @@
= %221.1.
-1
+2
%22%0AURL =
|
84448e46c676be716ac0094e6f9db98860b71708 | fix dependencies | setup.py | setup.py | from setuptools import setup
from os import path
here = path.abspath(path.dirname(__file__))
with open(path.join(here, 'README.rst')) as f:
long_description = f.read()
setup(
name="gtrends",
version = "0.2.0",
py_modules = ["gtrends", "_login"],
description = "Automated Google Trends downloader",
author = ... | Python | 0.000002 | @@ -482,16 +482,44 @@
ends'%5D,%0A
+%09install_requires = %5B'six'%5D,
%0A%09classi
|
fb2de82b83254e6d9a192325e29f8ee3299701c9 | update PyPI classifiers to indicate Python 3 only | setup.py | setup.py | #!/usr/bin/env python
# ----------------------------------------------------------------------------
# Copyright (c) 2013--, scikit-bio development team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file COPYING.txt, distributed with this software.
# ---------------------... | Python | 0 | @@ -1604,17 +1604,17 @@
thon ::
-2
+3
%0A Pro
@@ -1648,51 +1648,17 @@
::
-2.7%0A Programming Language :: Python :: 3
+3 :: Only
%0A
@@ -1694,17 +1694,17 @@
on :: 3.
-3
+4
%0A Pro
@@ -1732,25 +1732,25 @@
Python :: 3.
-4
+5
%0A Operati
|
3764fef58ba227f96395a806bbe85ad02f64cdb6 | Bump version | setup.py | setup.py | from setuptools import setup, find_packages
# To use a consistent encoding
from codecs import open
from os import path
setup(name='teslajson',
version='1.2.0',
description='',
url='https://github.com/gglockner/teslajson',
py_modules=['teslajson'],
author='Greg Glockner',
license='MI... | Python | 0 | @@ -160,9 +160,9 @@
1.2.
-0
+1
',%0A
|
9ab4ab7121ab3628c9190255d5912283ad70d75f | Update setup script for ``tddspry`` package. | setup.py | setup.py | #!/usr/bin/env python
import os
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
kwargs = {}
else:
kwargs = {
'entry_points': """
[nose.plugins.0.10]
django = tddspry.noseplugins:DjangoPlugin
"""
}
readme = open(os.path.join(o... | Python | 0 | @@ -509,16 +509,221 @@
sion()%0A%0A
+if kwargs:%0A install_requires = %5Br.replace('(', '').replace(')', '') for r in requires %5C%0A if not r.startswith('Django')%5D%0A kwargs.update(%7B'install_requires': install_requires%7D)%0A%0A
setup(na
@@ -948,87 +948,8 @@
or='
-42 Coffee Cups',%0... |
5e051032d46835438c3c328024571c40c3d85463 | bump version number | setup.py | setup.py | from distutils.core import setup
import os
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name = 'pyoperant',
version = '0.1.1',
author = 'Justin Kiggins',
author_email = 'justin.kiggins@gmail.com',
description = 'hardware interface and controls for ... | Python | 0.000004 | @@ -176,17 +176,17 @@
= '0.1.
-1
+2
',%0A a
|
a02b308cb01bd9d9cdd086fb8290db1768eaa02b | Add dateutil dependency | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup
import os
__version__ = '0.1.5'
def read(*paths):
"""Build a file path from *paths* and return the contents."""
with open(os.path.join(*paths), 'r') as f:
return f.read()
setup(name='ftpretty',
version=__version__,
description='Pretty FTP... | Python | 0 | @@ -749,16 +749,79 @@
etty'%5D,%0A
+ install_requires = %5B%0A 'python-dateutil',%0A %5D,%0A
te
|
f7900636c66760f1fea577e533f00580ef8859e5 | Update to version 1.0.90 | setup.py | setup.py | #!/usr/bin/env python
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
# read the contents of your README file
from os import path
from io import open
this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, 'README.md'), encoding='utf-8') ... | Python | 0 | @@ -495,10 +495,10 @@
1.0.
-88
+90
',%0A
|
a4e5385d4dcca196189d7d00eb121ee2769a4985 | add requirement for inflector | setup.py | setup.py | from distutils.core import setup
setup(
name='lazy_record',
packages=['lazy_record', 'lazy_record/base'],
version='0.4.0',
description='Generic Model Layer for Python Web Applications using Sqlite3',
author='Chase Conklin',
author_email='cconkli4@u.rochester.edu',
url='https://github.com/ECESeniorDesign/l... | Python | 0 | @@ -2,22 +2,18 @@
rom
-distutils.core
+setuptools
imp
@@ -441,16 +441,59 @@
lask'%5D,%0A
+ install_requires=%5B%0A 'inflector',%0A %5D,%0A
classi
|
69125027e9ba2802c2e5643429e0bf4e22f6b824 | Add Python 3.6 classifier in setup.py | setup.py | setup.py | #!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2016-2018, Eric Jacob <erjac77@gmail.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENS... | Python | 0.006139 | @@ -1546,16 +1546,65 @@
: 2.7',%0A
+ 'Programming Language :: Python :: 3.6',%0A
|
d9a0bebdf8f9b4b7e0c478435388451b035e44e8 | bump shared modules | setup.py | setup.py | # -*- coding: utf-8 -*-
#
# This file is part of REANA.
# Copyright (C) 2017, 2018, 2019 CERN.
#
# REANA is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
"""REANA client"""
from __future__ import absolute_import, print_function
import... | Python | 0 | @@ -489,17 +489,17 @@
%3E=0.8.0a
-2
+3
,%3C0.9.0%22
@@ -1181,17 +1181,17 @@
%3E=0.8.0a
-8
+9
,%3C0.9.0%22
|
c7d5edffb884dc9a3973f1e089f9395019188555 | Bump to 0.2.3 development version | setup.py | setup.py | from distutils.core import setup
import os
data = list()
for d in os.walk('appkit/'):
if len(d[2]) > 0:
path_list = map(
lambda x: str.join('/', os.path.join(d[0], x).split('/')[1:]),
d[2]
)
data.extend(path_list)
setup(
name='AppKit',
version='0.2.2',
d... | Python | 0 | @@ -304,17 +304,17 @@
on='0.2.
-2
+3
',%0A d
|
d2a8af1b72f2e5bf73fbea29e3826fa5ac9d2b78 | Version 0.70 - try to pull in correct dependency | setup.py | setup.py | import inspect
import sys
from os.path import join, abspath, realpath, dirname
from setuptools import setup, find_packages
# Sadly we cannot use the utilities here because of the typing module which isn't in Python < 3.5
def script_dir(pyobject, follow_symlinks=True):
"""Get current script's directory
Args:... | Python | 0 | @@ -2128,14 +2128,15 @@
api/
-commit
+archive
/fee
|
9388b35eddc4769d7b96715f830993d45226e627 | Updating to 1.4.0 | setup.py | setup.py | import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name='scholarly',
version='1.3.1',
author='Steven A. Cholewiak, Panos Ipeirotis, Victor Silva',
author_email='steven@cholewiak.com, panos@stern.nyu.edu, vsilva@ualberta.ca',
description='Simple ... | Python | 0.999175 | @@ -140,11 +140,11 @@
='1.
-3.1
+4.0
',%0A
|
5d529c5664f9c2b3d805145e03f1f38300178bca | Update version to 1.0.1 | setup.py | setup.py | #!/usr/bin/env python
# Require setuptools. See http://pypi.python.org/pypi/setuptools for
# installation instructions, or run the ez_setup script found at
# http://peak.telecommunity.com/dist/ez_setup.py
from setuptools import setup, find_packages
setup(
name = "instatrace",
version = "1.0.0",
author = "... | Python | 0.000001 | @@ -295,17 +295,17 @@
= %221.0.
-0
+1
%22,%0A a
|
ebd89eec31050b4a548593c6dab74bd107bb45ed | update package info | setup.py | setup.py | # Copyright (C) 2014 Napuzba [kobi@napuzba.com]
# Licensed under MIT license [http://openreq.source.org/licenses/MIT]
from setuptools import setup
description = 'Download files(http,ftp). Supports: cachinhg, uniform access to remote and local files'
long_description = '''
=====
About
=====
zagoload module simplifies... | Python | 0 | @@ -356,58 +356,15 @@
iles
-.%0A%0A********%0AFeatures%0A********%0A%0A1. Allows uniform a
+:%0A%0A1. A
cces
@@ -382,17 +382,16 @@
files (
-
accessib
@@ -444,28 +444,118 @@
iles
-.%0A2. Support caching
+ in uniform way.%0A2. Consume restful webservices with a breeze%0A3. Cache your downloaded files to save resou... |
b930d650d86f959fa4f83354741df7ac2b477734 | Fix setup.py in Py3K | setup.py | setup.py | """Setup script for oct2py package.
"""
DISTNAME = 'oct2py'
DESCRIPTION = 'Python to GNU Octave bridge --> run m-files from python.'
LONG_DESCRIPTION = open('README.rst', 'rb').read().decode('utf-8')
MAINTAINER = 'Steven Silvester'
MAINTAINER_EMAIL = 'steven.silvester@ieee.org'
URL = 'http://github.com/blink1073... | Python | 0.000001 | @@ -1150,24 +1150,61 @@
ne in fid:%0D%0A
+ line = line.decode('utf-8')%0D%0A
if l
|
9162ce5d8867dd3be731de5d27cbb0791fd4feed | Version 2.2.2 | setup.py | setup.py | from setuptools import setup
from setuptools.command.test import test as TestCommand
import sys
class Tox(TestCommand):
def finalize_options(self):
TestCommand.finalize_options(self)
self.test_args = []
self.test_suite = True
def run_tests(self):
#import here, cause outside t... | Python | 0.000001 | @@ -479,9 +479,9 @@
2.2.
-1
+2
',%0A
|
e39073538d121d227e53535cba4ceffeebe577a2 | Fix a typo in setup.py | setup.py | setup.py | #!/usr/bin/env python
from distutils.core import setup
NAME='key-mon'
VER='0.15'
setup(
name = NAME,
version = VER,
packages = ['keymon'],
package_dir = {
'keymon': 'src/keymon'},
package_data = {
'keymon': ['themes/apple/*', 'themes/classic/*', '*.kbd'],
},
scripts=['src/key-m... | Python | 0.002787 | @@ -50,16 +50,78 @@
setup%0A%0A
+# setup.py sdist --formats=gztar,zip upload%0A# setup.py bdist %0A
NAME='ke
@@ -890,17 +890,17 @@
Public L
-I
+i
cense (L
|
70815e2f4135bc6adddf5841aad71ba0ebac1834 | remove download link for munkres (author updated pypi entry) | setup.py | setup.py | #!/usr/bin/env python
# This file is part of beets.
# Copyright 2010, Adrian Sampson.
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without limitation th... | Python | 0 | @@ -1231,17 +1231,54 @@
it goes
-.
+ using the MusicBrainz database.%0A
It then
@@ -1295,22 +1295,16 @@
a set of
-%0A
tools f
@@ -1332,16 +1332,22 @@
ccessing
+%0A
your mu
@@ -1817,139 +1817,8 @@
%5D,
-%0A%0A # The munkres module doesn't have any working download links.%0A dependen... |
001ca4bf9b668edcb62693020e7df22fa7e2a0c9 | version bump | setup.py | setup.py | from setuptools import setup, find_packages
from codecs import open
from os import path
import sys
here = path.abspath(path.dirname(__file__))
assert sys.version_info[0] == 3, "steemtools requires Python > 3"
VERSION = '1.1.1'
setup(
name='steemtools',
version=VERSION,
description='Python Utilities for ... | Python | 0.000001 | @@ -218,19 +218,19 @@
ON = '1.
-1.1
+2.0
'%0A%0Asetup
|
6eb6b95390c95186db5cdd6950cc33ad0bc23ad4 | Fix setup.py | setup.py | setup.py | from setuptools import setup
from awsecret import VERSION
setup(
name='awsecret',
description='Secure credential storage in S3.',
keywords='password,aws,s3,credentials,encryption',
version=VERSION,
packages=['awsecret'],
requires=['pycrypto', 'boto', 'click'],
url='https://github.com/consbi... | Python | 0.000001 | @@ -239,16 +239,24 @@
'%5D,%0A
+install_
requires
|
8b77cc10863dcb5dbcca46c719758db491056331 | Prepare for release 2.1.2 | setup.py | setup.py | from distutils.core import setup
from setuptools import find_packages
version = '2.1.1'
long_description = """
With this package you can convert dicom images to nifti files.
There is support for most anatomical CT and MR data.
For MR specifically there is support for most 4D data (like DTI and fMRI)
"""
setup(
na... | Python | 0 | @@ -79,17 +79,17 @@
= '2.1.
-1
+2
'%0Along_d
|
2679b70d4037e1d1b33057bd4081ff5a9f437799 | Update required pymatgen version. | setup.py | setup.py | import os
from distribute_setup import use_setuptools
use_setuptools()
from setuptools import setup, find_packages
with open("README.rst") as f:
long_desc = f.read()
ind = long_desc.find("\n")
long_desc = long_desc[ind + 1:]
setup(
name="custodian",
packages=find_packages(),
version="0.6.0",
... | Python | 0 | @@ -394,9 +394,10 @@
2.8.
-9
+10
%22%5D%7D,
|
d6d5ab076dd74da73af880f232a165f572964986 | Add Python 3 Trove classifier ("Programming Language :: Python :: 3") to setup.py, refs #288 | setup.py | setup.py | """
Based entirely on Django's own ``setup.py``.
"""
import os
import sys
from distutils.command.install_data import install_data
from distutils.command.install import INSTALL_SCHEMES
try:
from setuptools import setup
except ImportError:
from distutils.core import setup # NOQA
class osx_install_data(install_... | Python | 0.000046 | @@ -3606,24 +3606,71 @@
:: Python',%0A
+ 'Programming Language :: Python :: 3',%0A
'Top
|
ae74a43724c6c0bbc25fb8530188dfb729a73cc8 | version bump | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup, find_packages
setup(
name='django-write-around-cache',
version='0.1.0',
description="Override Django's template cache at will",
author='Gizmag',
author_email='tech@gizmag.com',
url='https://github.com/gizmag/django-write-around-cache',
pa... | Python | 0.000001 | @@ -125,9 +125,9 @@
='0.
-1
+2
.0',
|
695f3c4df28ffa7c39c04f4d3367e80c3563a3d1 | Version 0.1.3, without exmplicit dependency from the Django. | setup.py | setup.py | from setuptools import setup, find_packages
setup(
name = 'django-faces',
version = '0.1.2',
description = '''Django application for nonintrusive avatar support.'''
'''It uses site's URL and user's email for autodiscovery.''',
keywords = 'django apps avatar pavatar gravatar favicon',
... | Python | 0 | @@ -90,17 +90,17 @@
= '0.1.
-2
+3
',%0A d
@@ -518,23 +518,8 @@
PIL'
-, 'Django%3E=1.0'
%5D,%0A
@@ -541,16 +541,46 @@
inks = %5B
+'http://pypi.aartemenko.com',
'http://
|
e3f273509ada5632cc7110f62caebcdb982307da | Add @Alir3z4 as maintainer info | setup.py | setup.py | from setuptools import setup, find_packages
setup(
name = "sanitize",
version = "0.33",
description = "Bringing sanitiy to world of messed-up data",
long_description=open('README.md').read(),
author = "Aaron Swartz",
author_email = "me@aaronsw.com",
url='http://www.aaronsw.com/2002/sanitize/',
... | Python | 0 | @@ -262,16 +262,96 @@
w.com%22,%0A
+ maintainer='Alireza Savand',%0A maintainer_email='alireza.savand@gmail.com',%0A
url='
|
119ad3a22695651318e5b840e80b05792a950412 | create version 0.3.16 | setup.py | setup.py | from setuptools import setup
setup(name='DukeDSClient',
version='0.3.15',
description='Command line tool(ddsclient) to upload/manage projects on the duke-data-service.',
url='https://github.com/Duke-GCB/DukeDSClient',
keywords='duke dds dukedataservice',
author='John Bradley',
... | Python | 0.000001 | @@ -73,17 +73,17 @@
n='0.3.1
-5
+6
',%0A
|
ef9603aad8ce7de72f1a21982946143ca26db3a1 | Use sphinx-astropy to get all dependencies | setup.py | setup.py | #!/usr/bin/env python
# Licensed under a 3-clause BSD style license - see LICENSE.rst
import ah_bootstrap
import pkg_resources
from setuptools import setup
from astropy_helpers.setup_helpers import (register_commands, get_package_info,
add_exclude_packages)
from astropy_helpe... | Python | 0 | @@ -1917,41 +1917,16 @@
hinx
-', 'sphinx-automodapi', 'numpydoc
+-astropy
'%5D%7D,
|
6b8ea928776c698eb22bff890ed9077a2dd22de7 | Upgrade docker compose version | setup.py | setup.py | from setuptools import find_packages, setup
import codecs
import distutils
import os
import re
def read(*parts):
path = os.path.join(os.path.dirname(__file__), *parts)
with codecs.open(path, encoding='utf-8') as fobj:
return fobj.read()
def find_version():
version_match = re.search(r"^__version... | Python | 0.000001 | @@ -970,11 +970,11 @@
1.1
-1.2
+8.0
', '
|
6f91ed77ab0cad143e232c5c9468d5b767d0289d | bump version number | setup.py | setup.py | from setuptools import setup, find_packages
import sys, os
version = '0.1.1'
install_requires = []
CURRENT_FOLDER = os.path.dirname(__file__)
def _py26OrGreater():
return sys.hexversion > 0x20600f0
if not _py26OrGreater():
install_requires.append("simplejson>=1.7.1")
setup(name='bottlenose',
version... | Python | 0.000004 | @@ -68,17 +68,17 @@
= '0.1.
-1
+2
'%0A%0Ainsta
|
db8efc4110514bf7c70f12b925a322413fa00293 | use latest working version | setup.py | setup.py | from subprocess import check_output
from setuptools import setup, find_packages
def get_version():
# https://github.com/uc-cdis/dictionaryutils/pull/37#discussion_r257898408
try:
tag = check_output(
["git", "describe", "--tags", "--abbrev=0", "--match=[0-9]*"]
)
return tag... | Python | 0 | @@ -830,17 +830,17 @@
aphy==2.
-1
+8
%22,%0A
|
c6cbba2b5264435b2746be0319bad0eec7406aca | Version 1.0.3 | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup, find_packages
with open('requirements.txt') as f:
install_requires = f.read().splitlines()
setup(
name='Storitch',
version='1.0.2',
author='Thomas Erlang',
author_email='thomas@erlang.dk',
url='https://github.com/thomaserlang/storitch',
... | Python | 0.000001 | @@ -192,9 +192,9 @@
1.0.
-2
+3
',%0A
|
cd4332da97489ec8a54fc495d1909d323b923f6a | Version 0.0.34 | setup.py | setup.py | # -*- coding: utf-8 -*-
import os
from setuptools import find_packages
from setuptools import setup
base_dir = os.path.dirname(__file__)
setup(
name='elastalert',
version='0.0.33',
description='Runs custom filters on Elasticsearch and alerts on matches',
author='Quentin Long',
author_email='qlo@y... | Python | 0.000001 | @@ -181,17 +181,17 @@
n='0.0.3
-3
+4
',%0A d
|
82e2c894720e0316d9799eb56374ee06858a8b0c | Fix version number | setup.py | setup.py | from setuptools import setup, find_packages
setup(name='thefuck',
version=1.20,
description="Magnificent app which corrects your previous console command",
author='Vladimir Iakovlev',
author_email='nvbn.rm@gmail.com',
url='https://github.com/nvbn/thefuck',
license='MIT',
pack... | Python | 0.000041 | @@ -79,12 +79,14 @@
ion=
+%22
1.20
+%22
,%0A
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.