Commit graph

8 commits

Author SHA1 Message Date
Sandro Jäckel 89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +02:00
Frederik Rietdijk 8188994309 python: snscrape: 0.3.2 -> 0.3.4 2020-08-04 21:54:55 +02:00
Frederik Rietdijk 2c2f09b6d0 python: snscrape: 0.3.1 -> 0.3.2 2020-06-06 08:34:58 +02:00
R. RyanTM 74ad48e413 snscrape: 0.3.0 -> 0.3.1 2020-03-31 22:39:40 -07:00
Ivan Kozik 7e7c98a199 snscrape: fix startup
This fixes:

Traceback (most recent call last):
  File "/nix/store/607z14x0spsz1lsh0fg9cbyc9lr038mi-python3.7-snscrape-0.3.0/bin/.snscrape-wrapped", line 11, in <module>
    sys.exit(main())
  File "/nix/store/607z14x0spsz1lsh0fg9cbyc9lr038mi-python3.7-snscrape-0.3.0/lib/python3.7/site-packages/snscrape/cli.py", line 218, in main
    args = parse_args()
  File "/nix/store/607z14x0spsz1lsh0fg9cbyc9lr038mi-python3.7-snscrape-0.3.0/lib/python3.7/site-packages/snscrape/cli.py", line 154, in parse_args
    import snscrape.version
  File "/nix/store/607z14x0spsz1lsh0fg9cbyc9lr038mi-python3.7-snscrape-0.3.0/lib/python3.7/site-packages/snscrape/version.py", line 1, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'

Related: https://github.com/NixOS/nixpkgs/pull/68314
2019-09-11 04:56:21 +00:00
Ivan Kozik 242e3b3c3f snscrape: 0.2.0 -> 0.3.0 2019-07-27 03:11:20 +00:00
Ivan Kozik 3ff4e1af8f snscrape: 0.1.3 -> 0.2.0 2019-04-21 21:29:48 +00:00
Ivan Kozik 82470c2e3b snscrape: init at 0.1.3 (#52758) 2018-12-24 11:42:06 +01:00