Skip to content

Commit

Permalink
New release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Apr 2, 2018
1 parent 751b620 commit 8e2bcde
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 110 deletions.
35 changes: 0 additions & 35 deletions recipe/Pipfile.lock.patch

This file was deleted.

37 changes: 0 additions & 37 deletions recipe/cli.py.patch

This file was deleted.

44 changes: 17 additions & 27 deletions recipe/meta.yaml
@@ -1,6 +1,6 @@
{% set name = "steem" %}
{% set version = "0.18.103" %}
{% set sha256 = "215A3A0E87151428AB71AB13FBEAB353F1FFF3F1A3EB082C5A4D3B2C7581D5D5" %}
{% set version = "1.0.0" %}
{% set sha256 = "c9ba0db870c0ae8d89f324584ca931ca9a35a5d69112101d6cfad35c199b42c3" %}


package:
Expand All @@ -11,14 +11,9 @@ source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: {{ sha256|lower }}
patches:
- Pipfile.lock.patch
- cli.py.patch
- steemd.py.patch

build:
number: 1
skip: True # [py<36]
number: 0
script: python -m pip install --no-deps --ignore-installed .
entry_points:
- piston = steem.cli:legacy
Expand All @@ -42,31 +37,26 @@ requirements:
run:
- python
- setuptools
- scrypt ==0.8.0
- scrypt >=0.8.0
- appdirs
- certifi ==2017.7.27.1
- ecdsa
- pycrypto
- certifi
- ecdsa >=0.13
- pycrypto >=1.9.1
- pylibscrypt >=1.6.1
- toolz
- urllib3
- w3lib
- langdetect
- prettytable
- voluptuous ==0.10.5
- tzlocal ==1.4
- pendulum ==1.3.0
- humanize ==0.5.1
- ruamel.yaml ==0.15.34
- chardet ==3.0.4
- pytz ==2017.2
- pytzdata ==2017.2.2
- ujson ==1.35
- funcy ==1.9.1
- dateparser ==0.6.0
- maya ==0.3.3
- regex ==2017.09.23
- requests ==2.18.4
- diff-match-patch ==20121119
- voluptuous
- chardet
- pytz
- pytzdata
- ujson
- funcy
- dateparser
- requests
- diff-match-patch

test:
imports:
Expand Down
11 changes: 0 additions & 11 deletions recipe/steemd.py.patch

This file was deleted.

0 comments on commit 8e2bcde

Please sign in to comment.